pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-25
2005-02-25 23:36:04 by Martin Nilsson <mani@lysator.liu.se>
4a7990c2bf5c70df63e58e20f0ed7ca2185f1492 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a warning
Rev: src/modules/system/memory.c:1.31
Rev: src/stralloc.c:1.196
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.
195
2005/
01
/
18
17
:
54
:
49
grubba
Exp $
+
|| $Id: stralloc.c,v 1.
196
2005/
02
/
25
23
:
33
:
45
nilsson
Exp $
*/ #include "global.h"
410:
return curr; /* pointer to string */ } #ifndef HASH_PREFIX
-
if (curr->len > HASH_PREFIX)
+
if (curr->len >
(ptrdiff_t)
HASH_PREFIX)
depth++; #endif }