pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2009-11-28
2009-11-28 13:14:00 by Martin Stjernholm <mast@lysator.liu.se>
c5bb0fffc5f2e8ad9a0f0f99524236275045b86d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a warning.
Rev: src/array.c:1.225
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: array.c,v 1.
224
2009/11/28 13:
13
:
30
mast Exp $
+
|| $Id: array.c,v 1.
225
2009/11/28 13:
14
:
00
mast Exp $
*/ #include "global.h"
2391:
ret=begin_wide_shared_string(len,max_shift); r=MKPCHARP_STR(ret); len = del->len;
-
if(e = a->size)
+
if(
(
e = a->size)
)
for(ae=a->item;;ae++) { switch(ae->type)