fixed copy+paste mistake
Modified: trunk/reactos/ntoskrnl/ps/process.c
_____
Modified: trunk/reactos/ntoskrnl/ps/process.c
--- trunk/reactos/ntoskrnl/ps/process.c 2005-03-14 13:42:38 UTC (rev
14060)
+++ trunk/reactos/ntoskrnl/ps/process.c 2005-03-14 14:30:43 UTC (rev
14061)
@@ -400,7 +400,7 @@
FALSE);
PsIdleProcess->Pcb.DirectoryTableBase =
(LARGE_INTEGER)(LONGLONG)(ULONG)MmGetPageDirectory();
- strcpy(PsInitialSystemProcess->ImageFileName, "Idle");
+ strcpy(PsIdleProcess->ImageFileName, "Idle");
/*
* Initialize the system process
Show replies by date