pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6a10949d9a3c2c90b7a43b4e4afe69c8e04a943a (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Make it easier for code checkers.
2339:
PIKEFUN void create( int|void size ) { struct Buffer_struct *str = THIS;
-
if(
args
)
+
if(
size
)
str->initial = MAXIMUM( size->u.integer, 512 ); else str->initial = 256;