pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-16
1998-05-16 08:23:06 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
f00ecc27da1642796b5ec34196889a46a45ec8e2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
typo fixed
Rev: src/error.c:1.20
16:
#include "backend.h" #include "operators.h"
-
RCSID("$Id: error.c,v 1.
19
1998/05/
15
18
:
45
:
37
grubba
Exp $");
+
RCSID("$Id: error.c,v 1.
20
1998/05/
16
08
:
23
:
06
hubbe
Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X)
109:
in_error=buf; #ifdef HAVE_VSNPRINTF
-
vsnprintf(
bug
, 4090, fmt, args);
+
vsnprintf(
buf
, 4090, fmt, args);
#else /* !HAVE_VSNPRINTF */ VSPRINTF(buf, fmt, args); #endif /* HAVE_VSNPRINTF */