fixing cdrom setting so they working again

svn path=/trunk/tools/Qemu GUI/; revision=99
This commit is contained in:
Magnus Olsen 2006-06-21 15:42:58 +00:00
parent 2c28afbb9b
commit 6a06a8692b
2 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ namespace Qemu_GUI
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;
}

Binary file not shown.