pike.git/
src/
modules/
_Roxen/
roxen.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-07-25
2016-07-25 20:37:07 by Martin Nilsson <nilsson@fastmail.com>
fda5888416a57466a31af2e7a97b962922035ded (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Use %d when reading into int, as opposed to INT_TYPE.
291:
} THP->mode = 0;
-
get_all_args("create",args,".%
i
",&THP->mode);
+
get_all_args("create",args,".%
d
",&THP->mode);
THP->headers = xalloc( 8192 ); THP->pnt = THP->headers;