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

Diff for /src/usr.bin/pr/pr.c between version 1.42 and 1.43

version 1.42, 2019/06/28 13:35:02 version 1.43, 2020/01/22 07:52:37
Line 1462 
Line 1462 
             *fname = FNAME;              *fname = FNAME;
         if (nohead)          if (nohead)
             return(inf);              return(inf);
         curtime = time(NULL);;          curtime = time(NULL);
         timeptr = localtime(&curtime);          timeptr = localtime(&curtime);
     }      }
     for (; eoptind < argc; ++eoptind) {      for (; eoptind < argc; ++eoptind) {

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43