pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2010-11-05
2010-11-05 17:59:38 by Martin Stjernholm <mast@lysator.liu.se>
c0c0558765fa8be99ea59ea1e440ea5e1f4b4871 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a spello in an error message.
2413:
continue; /* skip zero (strings) */ /* FALLTHROUGH */ default:
-
Pike_error("
Arrayelement
%d is not a string\n", ae-a->item);
+
Pike_error("
Array
element
%d is not a string\n", ae-a->item);
case T_STRING: len+=ae->u.string->len + del->len; if(ae->u.string->size_shift > max_shift)