mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
oops...
svn path=/trunk/; revision=35928
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user