mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
fixed copy+paste mistake
svn path=/trunk/; revision=14061
This commit is contained in:
@@ -400,7 +400,7 @@ PsInitProcessManagment(VOID)
|
||||
FALSE);
|
||||
PsIdleProcess->Pcb.DirectoryTableBase =
|
||||
(LARGE_INTEGER)(LONGLONG)(ULONG)MmGetPageDirectory();
|
||||
strcpy(PsInitialSystemProcess->ImageFileName, "Idle");
|
||||
strcpy(PsIdleProcess->ImageFileName, "Idle");
|
||||
|
||||
/*
|
||||
* Initialize the system process
|
||||
|
||||
Reference in New Issue
Block a user