pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-12-26
2017-12-26 03:11:37 by Stephen R. van den Berg <srb@cuci.nl>
a790ea7bea88e4b4598cf59d0d2166bfe2f4f534 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
System.TM: Fix _sprintf() returntype.
431:
} }
-
PIKEFUN
void
_sprintf( int flag, mapping options )
+
PIKEFUN
string
_sprintf( int flag, mapping options )
{ int post_sum = 0; switch( flag )