X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fnetwork.c;h=e5eb47b726ef2d2767020a1da7a8d818971fc1bf;hb=f86c044343a6ebb0bef30e68a0daa82d91f9b68a;hp=c85ea4fd07133a727bbd9ad45f112e164e68ea1f;hpb=a40508f4bb841bba5a1a33bb2d74cf8d8a68ba08;p=dockapps%2Fwmnotify.git diff --git a/src/network.c b/src/network.c index c85ea4f..e5eb47b 100644 --- a/src/network.c +++ b/src/network.c @@ -45,7 +45,7 @@ SocketOpen( char *server_name, int port ) hostinfo = gethostbyname(server_name); if( hostinfo == NULL ) { - perror( PACKAGE ); + herror( PACKAGE ); ErrorLocation( __FILE__, __LINE__ ); goto error; }