summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-04-20 14:17:35 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-04-20 14:17:35 +0000
commit025724f9f5874159c20ebd705288ec60b960caac (patch)
tree73c4338a9573561dbeca13201f443fef70e02385 /hw/xwin
parent35cd1684622f4528c68e07eea798c33bc4b93667 (diff)
Add missing space after -query hostname
Diffstat (limited to 'hw/xwin')
-rwxr-xr-xhw/xwin/xlaunch/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/xlaunch/main.cc b/hw/xwin/xlaunch/main.cc
index 4450c07f3..2247d3aaf 100755
--- a/hw/xwin/xlaunch/main.cc
+++ b/hw/xwin/xlaunch/main.cc
@@ -532,6 +532,7 @@ class CMyWizard : public CWizard
else
buffer += "-query ";
buffer += config.xdmcp_host;
+ buffer += " ";
}
}
if (config.clipboard)