[ros-diffs] [weiden] 24522: Sorry, accidently committed a bug...

weiden at svn.reactos.org weiden at svn.reactos.org
Sun Oct 15 14:50:31 CEST 2006


Author: weiden
Date: Sun Oct 15 16:50:30 2006
New Revision: 24522

URL: http://svn.reactos.org/svn/reactos?rev=24522&view=rev
Log:
Sorry, accidently committed a bug...

Modified:
    trunk/reactos/ntoskrnl/ke/i386/cpu.c

Modified: trunk/reactos/ntoskrnl/ke/i386/cpu.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/i386/cpu.c?rev=24522&r1=24521&r2=24522&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ke/i386/cpu.c (original)
+++ trunk/reactos/ntoskrnl/ke/i386/cpu.c Sun Oct 15 16:50:30 2006
@@ -200,7 +200,7 @@
 
     /* Copy it to the PRCB and null-terminate it again */
     RtlCopyMemory(Prcb->VendorString,
-                  &Vendor[0],
+                  &Vendor[1],
                   sizeof(Prcb->VendorString) - sizeof(CHAR));
     Prcb->VendorString[sizeof(Prcb->VendorString) - sizeof(CHAR)] = ANSI_NULL;
 




More information about the Ros-diffs mailing list