wrowe 01/08/01 20:15:56
Modified: dso/win32 dso.c
Log:
Warning Will Robinson, someone's about to trounce you
Revision Changes Path
1.22 +1 -1 apr/dso/win32/dso.c
Index: dso.c
===================================================================
RCS file: /home/cvs/apr/dso/win32/dso.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- dso.c 2001/02/16 04:15:34 1.21
+++ dso.c 2001/08/02 03:15:56 1.22
@@ -115,7 +115,7 @@
os_handle = LoadLibraryEx(path, NULL, 0);
SetErrorMode(em);
}
- *res_handle = apr_pcalloc(ctx, sizeof(*res_handle));
+ *res_handle = apr_pcalloc(ctx, sizeof(**res_handle));
if(os_handle == NULL) {
(*res_handle)->load_error = apr_get_os_error();