[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.12 and 1.13

version 1.12, 2005/10/09 14:48:13 version 1.13, 2005/10/09 17:51:33
Line 165 
Line 165 
                  * assume HEAD.                   * assume HEAD.
                  */                   */
                 frev = file->rf_head;                  frev = file->rf_head;
   
                 /*                  /*
                  * If no log message specified, get it interactively.                   * If no log message specified, get it interactively.
                  */                   */
                 if (rcs_msg == NULL && newrev == NULL)                  if (rcs_msg != NULL)
                         rcs_msg = checkin_getlogmsg(fpath, argv[i], frev, NULL);  
                 else if (rcs_msg == NULL && newrev != NULL)  
                         rcs_msg = checkin_getlogmsg(fpath, argv[i], frev, newrev);                          rcs_msg = checkin_getlogmsg(fpath, argv[i], frev, newrev);
   
   
                 /*                  /*
                  * Remove the lock                   * Remove the lock

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