[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.119 and 1.120

version 1.119, 2006/03/15 16:04:08 version 1.120, 2006/03/15 20:57:14
Line 113 
Line 113 
         pb.newrev =  NULL;          pb.newrev =  NULL;
         pb.fmode = pb.flags = status = 0;          pb.fmode = pb.flags = status = 0;
   
           pb.flags = INTERACTIVE;
         pb.openflags = RCS_RDWR|RCS_CREATE|RCS_PARSE_FULLY;          pb.openflags = RCS_RDWR|RCS_CREATE|RCS_PARSE_FULLY;
   
         while ((ch = rcs_getopt(argc, argv, CI_OPTSTRING)) != -1) {          while ((ch = rcs_getopt(argc, argv, CI_OPTSTRING)) != -1) {

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120