stoddard 99/10/12 07:13:40
Modified: src/lib/apr/lib apr_cpystrn.c
Log:
Missed this one in the last commit
Revision Changes Path
1.6 +0 -1 apache-2.0/src/lib/apr/lib/apr_cpystrn.c
Index: apr_cpystrn.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/apr_cpystrn.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apr_cpystrn.c 1999/10/12 14:09:10 1.5
+++ apr_cpystrn.c 1999/10/12 14:13:40 1.6
@@ -193,7 +193,6 @@
SKIP_WHITESPACE(cp);
}
- *cp++ = '\0';
return(rc);
}