Author: silverblade
Date: Sat Jan 17 08:44:24 2009
New Revision: 38814
URL:
http://svn.reactos.org/svn/reactos?rev=38814&view=rev
Log:
Use spaces instead of tabs.
Modified:
trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c
Modified: trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/react…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/reactos/reactos.c [iso-8859-1] Sat Jan 17 08:44:24
2009
@@ -707,12 +707,12 @@
*/
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