CVS commit by staikos: minor bug fix M +1 -1 socket.cpp 1.3 --- kdeextragear-2/kst/datapush/socket.cpp #1.2:1.3 @@ -116,5 +116,5 @@ int Socket::resolv(const char *addr, int } - if (0 > ::inet_aton(phe->h_addr, &(_client->sin_addr))) { + if (0 == ::inet_aton(phe->h_addr, &(_client->sin_addr))) { return -1; }