[Kst] kdeextragear-2/kst/datapush

George Staikos staikos at kde.org
Wed Sep 17 22:36:49 CEST 2003


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;
   }




More information about the Kst mailing list