[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.57 and 1.58

version 1.57, 2005/01/27 12:58:22 version 1.58, 2005/02/07 08:37:28
Line 383 
Line 383 
   
                 if (cat)                  if (cat)
                         strlcpy(outfile, "/dev/stdout", sizeof outfile);                          strlcpy(outfile, "/dev/stdout", sizeof outfile);
                 else if (!oflag && !testmode) {                  else if (!oflag) {
                         if (decomp) {                          if (decomp) {
                                 if (set_outfile(infile, outfile,                                  if (set_outfile(infile, outfile,
                                     sizeof outfile) == NULL) {                                      sizeof outfile) == NULL) {

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58