commit | 8f30811bfec03ea4c0fae70c55d8ec14cd71f029 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Mar 03 16:45:02 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Mar 03 16:45:02 2015 +0100 |
tree | c98015e0496bb77aa99d80f1c9ec4957aaeacbdd | |
parent | 8a044ee41e175b8d6cb69dc6f38c6bc94dcb1c8d [diff] [blame] |
No need to force modifiable strings here
diff --git a/unix/vncconfig/vncExt.c b/unix/vncconfig/vncExt.c index eef7c4b..ff6b4d6 100644 --- a/unix/vncconfig/vncExt.c +++ b/unix/vncconfig/vncExt.c
@@ -278,7 +278,7 @@ return True; } -Bool XVncExtConnect(Display* dpy, char* hostAndPort) +Bool XVncExtConnect(Display* dpy, const char* hostAndPort) { xVncExtConnectReq* req; xVncExtConnectReply rep;