pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-29
2014-09-29 12:27:15 by Martin Nilsson <nilsson@opera.com>
700130fc12277341cc0005c2371512f944e8a666 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Fixed warning.
1776:
{ /* We *might* need to shrink the string */ struct pike_string *b;
-
int size,tmp;
+
unsigned
int size,tmp;
switch(a->size_shift) {