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

Diff for /src/usr.bin/rcs/co.c between version 1.121 and 1.122

version 1.121, 2015/06/13 20:15:21 version 1.122, 2015/10/21 16:06:57
Line 515 
Line 515 
             file->rf_path,              file->rf_path,
             date ? " a date before " : "",              date ? " a date before " : "",
             date ? date : "",              date ? date : "",
             author ? " and author " + (date ? 0:4 ) : "",              author ? " and author " + (date ? 0:4) : "",
             author ? author : "",              author ? author : "",
             state  ? " and state " + (date || author ? 0:4) : "",              state  ? " and state " + (date || author ? 0:4) : "",
             state  ? state : "");              state  ? state : "");

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122