[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.14 and 1.15

version 1.14, 2005/10/09 19:29:22 version 1.15, 2005/10/09 21:17:59
Line 211 
Line 211 
                  */                   */
                 if (newrev != NULL)                  if (newrev != NULL)
                         rcs_head_set(file, newrev);                          rcs_head_set(file, newrev);
                   else
                           newrev = file->rf_head;
                 /*                  /*
                  * New head revision has to contain entire file;                   * New head revision has to contain entire file;
                  */                   */

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