pike.git/
src/
modules/
_Roxen/
roxen.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-19
2001-07-19 23:46:26 by Martin Stjernholm <mast@lysator.liu.se>
9a054b22381ca9b88b67b736a657e0d5f9024383 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.2
Fixed cast bug for integers in html_encode_string.
Rev: src/modules/_Roxen/roxen.c:1.13
301:
buf[20] = 0;
-
while( i > 10 )
+
while( i >
=
10 )
{ b[ -j++ ] = '0'+(i%10); i /= 10;