[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.113 and 1.114

version 1.113, 2006/03/10 11:51:19 version 1.114, 2006/03/11 18:38:54
Line 271 
Line 271 
                         status = checkin_init(&pb);                          status = checkin_init(&pb);
                 else                  else
                         status = checkin_update(&pb);                          status = checkin_update(&pb);
   
                   /* reset NEWFILE flag */
                   pb.flags &= ~NEWFILE;
         }          }
   
         if (verbose == 1)          if ((verbose == 1) && (status == 0))
                 printf("done\n");                  printf("done\n");
   
         return (status);          return (status);

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114