Small bug-fix to regression testing .. take two

Paul Millar paulm at astro.gla.ac.uk
Thu Apr 25 12:24:22 CDT 2002


Hi

Looks like I inadvertently submitted the patch to wine-devel rather than 
wine-patches. I can't think of any reason why the patch would be rejected, 
so I'm resubmitting but this time to the correct place.

Cheers,

ChangeLog:
  Fix minor typo

----
Paul Millar
-------------- next part --------------
Index: dlls/kernel/tests/path.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/tests/path.c,v
retrieving revision 1.1
diff -u -r1.1 path.c
--- dlls/kernel/tests/path.c	11 Apr 2002 21:49:23 -0000	1.1
+++ dlls/kernel/tests/path.c	21 Apr 2002 18:01:37 -0000
@@ -26,7 +26,7 @@
 
 #define WIN2K_PLUS(version) (version.dwMajorVersion==5)
 #define WIN98_PLUS(version) (version.dwMajorVersion==4 && \
-                             version.dwMajorVersion>0)
+                             version.dwMinorVersion>0)
 #define HAS_TRAIL_SLASH_A(string) (string[lstrlenA(string)-1]=='\\')
 
 #define LONGFILE "Long File test.path"


More information about the wine-patches mailing list