wrowe 02/01/29 06:28:42
Modified: misc/win32 apr_app.c
Log:
Had rethought the args for clarity but hadn't brought them into sync
Revision Changes Path
1.3 +1 -1 apr/misc/win32/apr_app.c
Index: apr_app.c
===================================================================
RCS file: /home/cvs/apr/misc/win32/apr_app.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apr_app.c 29 Jan 2002 06:43:22 -0000 1.2
+++ apr_app.c 29 Jan 2002 14:28:42 -0000 1.3
@@ -73,7 +73,7 @@
extern int main(int argc, char **argv, char **env);
-static int wastrtoastr(char ***retarr, int args, wchar_t **arr)
+static int wastrtoastr(char ***retarr, wchar_t **arr, int args)
{
size_t elesize = 0;
char **newarr;