[BACK]Return to verify.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gzsig

Diff for /src/usr.bin/gzsig/Attic/verify.c between version 1.3 and 1.4

version 1.3, 2005/05/29 07:34:34 version 1.4, 2005/05/29 08:37:52
Line 197 
Line 197 
         for (i = 1; i < argc; i++) {          for (i = 1; i < argc; i++) {
                 gzipfile = argv[i];                  gzipfile = argv[i];
   
                 if ((fin = fopen(gzipfile, "r")) < 0) {                  if ((fin = fopen(gzipfile, "r")) == NULL) {
                         fprintf(stderr,  "Couldn't open %s: %s\n",                          fprintf(stderr,  "Couldn't open %s: %s\n",
                             gzipfile, strerror(errno));                              gzipfile, strerror(errno));
                         continue;                          continue;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4