jerenkrantz 2002/08/26 17:40:51
Modified: strings apr_snprintf.c
Log:
Fix typo that broke things in really odd ways.
Revision Changes Path
1.29 +1 -1 apr/strings/apr_snprintf.c
Index: apr_snprintf.c
===================================================================
RCS file: /home/cvs/apr/strings/apr_snprintf.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- apr_snprintf.c 26 Aug 2002 17:34:07 -0000 1.28
+++ apr_snprintf.c 27 Aug 2002 00:40:51 -0000 1.29
@@ -1256,7 +1256,7 @@
* just does actual inserts iff the buffer pointer is non-NULL.
* In this case, we don't care what buf is; it can be NULL, since
* we don't touch it at all.
- * /
+ */
vbuff.curpos = NULL;
vbuff.endpos = NULL;
} else {