summaryrefslogtreecommitdiff
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
commit28da03bb7e482aea419062b6bc6c6bf8a0d5074c (patch)
tree19857b97b7855c728fad01631eb68864108c4899
parent867721ab65ce4a185cbc894d8969e9c6b460e1fc (diff)
Add missing space after -query hostname
-rwxr-xr-xmain.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cc b/main.cc
index 0309489..9b99698 100755
--- a/main.cc
+++ b/main.cc
@@ -532,6 +532,7 @@ class CMyWizard : public CWizard
else
buffer += "-query ";
buffer += config.xdmcp_host;
+ buffer += " ";
}
}
if (config.clipboard)