fix qemu vnc param

svn path=/trunk/; revision=29094
This commit is contained in:
Christoph von Wittich
2007-09-18 17:53:53 +00:00
parent a98103c630
commit ee5642eccc
+1 -1
View File
@@ -336,7 +336,7 @@ namespace Sysreg_
m_PidFile += _T("/pid.txt");
m_BootCmd += _T(" -pidfile ");
m_BootCmd += m_PidFile;
m_BootCmd += _T(" -vnc 0");
m_BootCmd += _T(" -vnc :0");
#else
if (hasQemuNoRebootOption())