In true Apache fashion please consider this patch.. ;-)

> -----Original Message-----
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > the number 1 selling OS
> In case anyone hasn't seen this yet, I've attached the source code to
> Windows 2000.

cvs -z9 diff -u win2000.h 
Index: win2000.h
===================================================================
RCS file: C:\win2000.h,v
retrieving revision 1.1
diff -u -r1.1 win2000.h
--- win2000.h   6 Dec 2002 23:06:33 -0000       1.1
+++ win2000.h   6 Dec 2002 23:07:40 -0000
@@ -64,7 +64,7 @@
    /* printf("Welcome to Windows NT 4.0"); */
    printf("Welcome to Windows 2000");
 
-   if (system_ok())
+   if (!system_ok())
           crash(to_dos_prompt)
    else
           system_memory = open("a:\swp0001.swp", O_CREATE);


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to