From 2f460387c0cb9850c9050432efefa7c95eec7c35 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 14 Mar 2005 14:30:43 +0000 Subject: [PATCH] fixed copy+paste mistake svn path=/trunk/; revision=14061 --- reactos/ntoskrnl/ps/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ps/process.c b/reactos/ntoskrnl/ps/process.c index ed1788bd912..d3b442d8821 100644 --- a/reactos/ntoskrnl/ps/process.c +++ b/reactos/ntoskrnl/ps/process.c @@ -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