joes 2003/04/21 20:57:55
Modified: src apreq.c
Log:
I can't count to 5.
Revision Changes Path
1.15 +1 -1 httpd-apreq-2/src/apreq.c
Index: apreq.c
===================================================================
RCS file: /home/cvs/httpd-apreq-2/src/apreq.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- apreq.c 22 Apr 2003 03:50:25 -0000 1.14
+++ apreq.c 22 Apr 2003 03:57:55 -0000 1.15
@@ -366,7 +366,7 @@
*d++ = 0x80 | ((c >> 6) & 0x3f);
*d = 0x80 | (c & 0x3f);
}
- s += 4;
+ s += 5;
}
else {
badesc = 1;