[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.22 and 1.23

version 1.22, 2005/10/12 17:13:30 version 1.23, 2005/10/12 22:57:26
Line 186 
Line 186 
                 if (cvs_buf_putc(bp, '\0') < 0)                  if (cvs_buf_putc(bp, '\0') < 0)
                         exit(1);                          exit(1);
   
                 filec = cvs_buf_release(bp);                  filec = (char *)cvs_buf_release(bp);
   
                 /*                  /*
                  * Check for a lock belonging to this user. If none,                   * Check for a lock belonging to this user. If none,

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23