[ros-diffs] [gedmurphy] 22485: missed this little blighter when fixing the DateTime.. macro

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Wed Jun 21 21:44:06 CEST 2006


Author: gedmurphy
Date: Wed Jun 21 23:44:06 2006
New Revision: 22485

URL: http://svn.reactos.ru/svn/reactos?rev=22485&view=rev
Log:
missed this little blighter when fixing the DateTime.. macro

Modified:
    trunk/reactos/dll/win32/syssetup/wizard.c

Modified: trunk/reactos/dll/win32/syssetup/wizard.c
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/dll/win32/syssetup/wizard.c?rev=22485&r1=22484&r2=22485&view=diff
==============================================================================
--- trunk/reactos/dll/win32/syssetup/wizard.c (original)
+++ trunk/reactos/dll/win32/syssetup/wizard.c Wed Jun 21 23:44:06 2006
@@ -1128,7 +1128,7 @@
   SYSTEMTIME Date;
   SYSTEMTIME Time;
 
-  if (DateTime_GetSystemTime(GetDlgItem(hwnd, IDC_DATEPICKER), &Date) != GDT_VALID)
+  if (DateTime_GetSystemtime(GetDlgItem(hwnd, IDC_DATEPICKER), &Date) != GDT_VALID)
     {
       return FALSE;
     }




More information about the Ros-diffs mailing list