pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-05
2014-10-05 21:12:29 by Martin Nilsson <nilsson@opera.com>
558e912c3aa785c1504cb473869951c116baeec2 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Removed compat flags from sprintf and sscanf.
3209:
struct Buffer_struct *str = THIS; if(!str->str.s) init_string_builder_alloc(&str->str, str->initial, 0);
-
low_f_sprintf(args,
0,
&str->str);
+
low_f_sprintf(args, &str->str);
RETURN str->str.s->len; }