changeset 4825 | e8539e429ae3 |
parent 4815 | f2a3e1a51f4d |
child 4844 | 20b81fafd236 |
--- a/hedgewars/uIO.pas Fri Jan 07 23:08:34 2011 +0300 +++ b/hedgewars/uIO.pas Sun Jan 09 21:36:51 2011 +0300 @@ -104,7 +104,7 @@ fds:= SDLNet_AllocSocketSet(1); SDLTry(fds <> nil, true); WriteLnToConsole(msgOK); - WriteToConsole('Establishing IPC connection to tcp 127.0.0.1:' + IntToStr(ipcPort)); + WriteToConsole('Establishing IPC connection to tcp 127.0.0.1:' + IntToStr(ipcPort) + ' '); {$HINTS OFF} SDLTry(SDLNet_ResolveHost(ipaddr, '127.0.0.1', ipcPort) = 0, true); {$HINTS ON}