[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.155 and 1.156

version 1.155, 2006/04/21 14:18:26 version 1.156, 2006/04/21 17:17:29
Line 234 
Line 234 
                  * Test for existence of ,v file. If we are expected to                   * Test for existence of ,v file. If we are expected to
                  * create one, set NEWFILE flag.                   * create one, set NEWFILE flag.
                  */                   */
                 if (rcs_statfile(pb.filename, pb.fpath, sizeof(pb.fpath)) < 0) {                  if (rcs_statfile(pb.filename, pb.fpath,
                       sizeof(pb.fpath), pb.flags) < 0) {
                         if (pb.openflags & RCS_CREATE)                          if (pb.openflags & RCS_CREATE)
                                 pb.flags |= NEWFILE;                                  pb.flags |= NEWFILE;
                         else {                          else {

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156