trawick 02/03/11 14:05:51
Modified: test testfile.c
Log:
fix the type of the nbytes parm to apr_file_read and apr_file_write
Revision Changes Path
1.44 +1 -1 apr/test/testfile.c
Index: testfile.c
===================================================================
RCS file: /home/cvs/apr/test/testfile.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- testfile.c 11 Mar 2002 21:16:22 -0000 1.43
+++ testfile.c 11 Mar 2002 22:05:51 -0000 1.44
@@ -616,7 +616,7 @@
apr_file_t *f;
const char *s;
int i;
- apr_ssize_t nbytes;
+ apr_size_t nbytes;
char buf[8192];
apr_off_t cur;
const char *fname = "modneg.dat";