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

Diff for /src/usr.bin/rcs/ci.c between version 1.13 and 1.14

version 1.13, 2005/10/09 17:51:33 version 1.14, 2005/10/09 19:29:22
Line 169 
Line 169 
                 /*                  /*
                  * If no log message specified, get it interactively.                   * If no log message specified, get it interactively.
                  */                   */
                 if (rcs_msg != NULL)                  if (rcs_msg == NULL)
                         rcs_msg = checkin_getlogmsg(fpath, argv[i], frev, newrev);                          rcs_msg = checkin_getlogmsg(fpath, argv[i], frev, newrev);
   
                 /*                  /*

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