Add missing space after -query hostname

This commit is contained in:
Alexander Gottwald 2005-04-20 14:17:35 +00:00
parent 35cd168462
commit 025724f9f5

View File

@ -532,6 +532,7 @@ class CMyWizard : public CWizard
else
buffer += "-query ";
buffer += config.xdmcp_host;
buffer += " ";
}
}
if (config.clipboard)