pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-04-25
2006-04-25 18:29:50 by David Hedbor <david@hedbor.org>
ec51cebed2bfad1ce49ef6e44c4e763e080f9a31 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some minor compiler warnings.
Rev: src/operators.c:1.210
Rev: src/stralloc.c:1.210
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: stralloc.c,v 1.
209
2006/
03
/
20
18:
57
:
00
grubba
Exp $
+
|| $Id: stralloc.c,v 1.
210
2006/
04
/
25
18:
29
:
50
neotron
Exp $
*/ #include "global.h"
756:
PMOD_EXPORT struct pike_string *low_end_shared_string(struct pike_string *s) { ptrdiff_t len;
-
size_t h;
+
size_t h
=0
;
struct pike_string *s2; len = s->len;