diff options
Diffstat (limited to 'ksmserver/legacy.cpp')
| -rw-r--r-- | ksmserver/legacy.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ksmserver/legacy.cpp b/ksmserver/legacy.cpp index ca198a212..464ded3d8 100644 --- a/ksmserver/legacy.cpp +++ b/ksmserver/legacy.cpp @@ -358,7 +358,7 @@ QString KSMServer::windowWmClientMachine(WId w)              hostnamebuf[sizeof(hostnamebuf)-1] = 0;              if (result == hostnamebuf)                  result = "localhost"; -            if(char *dot = strchr(hostnamebuf, '.')) { +            if(char *dot = (char*)strchr(hostnamebuf, '.')) {                  *dot = '\0';                  if(result == hostnamebuf)                      result = "localhost"; | 
