Author: greatlrd
Date: Wed Jun 21 19:42:58 2006
New Revision: 22467
URL:
http://svn.reactos.ru/svn/reactos?rev=22467&view=rev
Log:
fixing cdrom setting so they working again
Modified:
trunk/tools/Qemu GUI/QEmu.cs
trunk/tools/Qemu GUI/bin/Release/Qemu GUI.exe
Modified: trunk/tools/Qemu GUI/QEmu.cs
URL:
http://svn.reactos.ru/svn/reactos/trunk/tools/Qemu%20GUI/QEmu.cs?rev=22467&…
==============================================================================
--- trunk/tools/Qemu GUI/QEmu.cs (original)
+++ trunk/tools/Qemu GUI/QEmu.cs Wed Jun 21 19:42:58 2006
@@ -474,7 +474,7 @@
if (this.UseFromHost)
buffer = "-cdrom " + this.HostDrive + " ";
else if (this.Image.Length > 0)
- buffer = "-cdrom " + (char)34 + this.Image + (char)34 +
" ";
+ buffer = "-cdrom \"" + this.Image + "\"
";
}
return buffer;
}
Modified: trunk/tools/Qemu GUI/bin/Release/Qemu GUI.exe
URL:
http://svn.reactos.ru/svn/reactos/trunk/tools/Qemu%20GUI/bin/Release/Qemu%2…
==============================================================================
Binary files - no diff available.