mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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")))
|
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"));
|
strcpy(LivePath, SystemPath + strlen("LiveCD"));
|
||||||
/* Normalize */
|
/* Normalize */
|
||||||
MachDiskGetBootPath(SystemPath, sizeof(SystemPath));
|
MachDiskGetBootPath(SystemPath, sizeof(SystemPath));
|
||||||
strcat(SystemPath, LivePath);
|
strcat(SystemPath, LivePath);
|
||||||
strcat(strcpy(reactos_kernel_cmdline, SystemPath),
|
strcat(strcpy(reactos_kernel_cmdline, SystemPath),
|
||||||
" /MININT");
|
" /MININT");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue