[ros-diffs] [greatlrd] 22467: fixing cdrom setting so they working again

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Wed Jun 21 17:42:59 CEST 2006


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&r1=22466&r2=22467&view=diff
==============================================================================
--- 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%20GUI.exe?rev=22467&r1=22466&r2=22467&view=diff
==============================================================================
Binary files - no diff available.




More information about the Ros-diffs mailing list