--- esdlib.c.orig 2008-07-15 19:35:15 +0400 +++ esdlib.c 2008-07-26 04:31:21 +0400 @@ -602,7 +602,6 @@ strcpy ( connect_host, "localhost" ); if ( getaddrinfo ( connect_host, NULL, &hints, &result ) != 0 ) { - printf ("Usage:program_name [address][:port]"); return (-1); }