mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
oops...
svn path=/trunk/; revision=35928
This commit is contained in:
parent
723b44631c
commit
930c716f2d
1 changed files with 1 additions and 1 deletions
|
@ -2226,7 +2226,7 @@ ProcessUnattendInf(HINF hUnattendedInf)
|
|||
szPath[length] = '\\';
|
||||
length++;
|
||||
}
|
||||
strcpy(&szPath[length], "dbgprint.exe --winetest c:\reactos\bin\version_winetest.exe\n");
|
||||
strcpy(&szPath[length], "dbgprint.exe --winetest %windir%\\bin\\version_winetest.exe\n");
|
||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||
strcpy(&szPath[length], "dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE\n");
|
||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||
|
|
Loading…
Reference in a new issue