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

Diff for /src/usr.bin/compress/main.c between version 1.13 and 1.14

version 1.13, 2000/03/10 06:53:51 version 1.14, 2000/06/30 16:00:12
Line 267 
Line 267 
                 isreg = oreg = !exists || S_ISREG(sb.st_mode);                  isreg = oreg = !exists || S_ISREG(sb.st_mode);
   
                 if (stat(infile, &sb) != 0 && verbose >= 0)                  if (stat(infile, &sb) != 0 && verbose >= 0)
                         err(1, infile);                          err(1, "%s", infile);
   
                 if (!S_ISREG(sb.st_mode))                  if (!S_ISREG(sb.st_mode))
                         isreg = 0;                          isreg = 0;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14