mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
fix qemu vnc param
svn path=/trunk/; revision=29094
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user