pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-04-23
2015-04-23 16:25:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cf0ec5d6620ff51683bfef2c45949feac54d0fa2 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Array: Added break for clarity. Fixes [CID 742614].
2477:
/* FALLTHROUGH */ default: Pike_error("Array element %d is not a string\n", ae-a->item);
+
break;
case T_STRING: delims++; len+=ae->u.string->len + del->len;