pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-05
2004-11-05 16:08:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e28038fa187d5ca15ec616ec078b51b2c0a35e6b (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/stralloc.c:1.172
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.
171
2004/11/05 16:
05
:
07
grubba Exp $
+
|| $Id: stralloc.c,v 1.
172
2004/11/05 16:
08
:
46
grubba Exp $
*/ #include "global.h"
2241:
for (shift = 0; val >> shift; shift += delta) ;
+
shift -= delta;
while(shift >= 0) { string_builder_putchar(s, numbers[(val>>shift) & mask]); shift -= delta;