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

Diff for /src/usr.bin/file/Attic/print.c between version 1.11 and 1.12

version 1.11, 2004/05/19 02:32:35 version 1.12, 2007/09/11 15:47:17
Line 181 
Line 181 
                 pp = asctime(tm);                  pp = asctime(tm);
         }          }
   
         if ((rt = strchr(pp, '\n')) != NULL)          pp[strcspn(pp, "\n")] = '\0';
                 *rt = '\0';  
         return pp;          return pp;
 }  }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12