[BACK]Return to date.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / rcs

Diff for /src/usr.bin/rcs/date.y between version 1.12 and 1.13

version 1.12, 2013/12/03 00:21:49 version 1.13, 2015/06/13 20:15:21
Line 494 
Line 494 
                     s, yyInput);                      s, yyInput);
   
         warnx("%s", str);          warnx("%s", str);
         xfree(str);          free(str);
         return (0);          return (0);
 }  }
   

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