mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:15:42 +00:00
- fix a bug
svn path=/trunk/; revision=28853
This commit is contained in:
parent
301681680f
commit
a04c49f61c
1 changed files with 2 additions and 2 deletions
|
@ -2197,9 +2197,9 @@ ProcessUnattendInf(HINF hUnattendedInf)
|
|||
szPath[length] = '\\';
|
||||
length++;
|
||||
}
|
||||
strcpy(&szPath[length], "system32\\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE\n");
|
||||
strcpy(&szPath[length], "dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE\n");
|
||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||
strcpy(&szPath[length], "system32\\shutdown.exe -s");
|
||||
strcpy(&szPath[length], "shutdown.exe -s");
|
||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||
}
|
||||
fclose(file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue