pike.git/
src/
modules/
_Roxen/
roxen.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-05-31
2016-05-31 05:36:12 by Martin Nilsson <nilsson@fastmail.com>
ba53776ad28ea2e14e6492d06f5303479303bf8e (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Fixed a warning.
104:
if( TYPEOF(Pike_sp[-args]) != PIKE_T_STRING ) Pike_error("Wrong type of argument to feed()\n"); if( args == 2 )
+
{
if( TYPEOF(Pike_sp[-args+1]) == PIKE_T_INT ) lower_case = Pike_sp[-args+1].u.integer; else Pike_error("Wrong type of argument to feed()\n");
-
+
}
if( str->size_shift ) Pike_error("Wide string headers not supported\n"); str_len = str->len;