mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Use spaces instead of tabs.
svn path=/trunk/; revision=38814
This commit is contained in:
parent
afff2765ab
commit
e17583e14d
1 changed files with 5 additions and 5 deletions
|
@ -707,12 +707,12 @@ LoadAndBootReactOS(PCSTR OperatingSystemName)
|
|||
*/
|
||||
if (!_strnicmp(SystemPath, "LiveCD", strlen("LiveCD")))
|
||||
{
|
||||
/* Use everything following the "LiveCD" string as the path */
|
||||
/* Use everything following the "LiveCD" string as the path */
|
||||
strcpy(LivePath, SystemPath + strlen("LiveCD"));
|
||||
/* Normalize */
|
||||
MachDiskGetBootPath(SystemPath, sizeof(SystemPath));
|
||||
strcat(SystemPath, LivePath);
|
||||
strcat(strcpy(reactos_kernel_cmdline, SystemPath),
|
||||
/* Normalize */
|
||||
MachDiskGetBootPath(SystemPath, sizeof(SystemPath));
|
||||
strcat(SystemPath, LivePath);
|
||||
strcat(strcpy(reactos_kernel_cmdline, SystemPath),
|
||||
" /MININT");
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue