wrowe 2002/07/09 15:52:07
Modified: misc/win32 start.c
Log:
Hadn't saved the file complete when committing. apr_oslevel_get will no
longer take a pool* arg.
Revision Changes Path
1.38 +1 -1 apr/misc/win32/start.c
Index: start.c
===================================================================
RCS file: /home/cvs/apr/misc/win32/start.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- start.c 9 Jul 2002 22:50:41 -0000 1.37
+++ start.c 9 Jul 2002 22:52:06 -0000 1.38
@@ -200,7 +200,7 @@
}
/* Initialize apr_os_level global */
- if (apr_get_oslevel(NULL, &osver) != APR_SUCCESS) {
+ if (apr_get_oslevel(&osver) != APR_SUCCESS) {
return APR_EEXIST;
}