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=... ============================================================================== --- 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;