Thou shalst not follow the null pointer, for chaos and madness await thee at

its end.
This commit is contained in:
hjp 2004-05-17 18:13:46 +00:00
parent 750ef31e0c
commit b39af7c8d8
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
#include "hstrerror.h" #include "hstrerror.h"
char cvs_id[] = "$Id: fqdn.c,v 1.4 2002-09-19 20:13:48 hjp Exp $"; char cvs_id[] = "$Id: fqdn.c,v 1.5 2004-05-17 18:13:46 hjp Exp $";
char *cmnd; char *cmnd;
@ -50,7 +50,7 @@ int main(int argc, char **argv) {
if (!he) { if (!he) {
fprintf(stderr, "%s: cannot resolve %s: %s\n", fprintf(stderr, "%s: cannot resolve %s: %s\n",
argv[0], argv[i], hstrerror(h_errno)); cmnd, argv[i], hstrerror(h_errno));
rc++; rc++;
continue; continue;
} }