[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.52 and 1.53

version 1.52, 2005/10/29 19:10:16 version 1.53, 2005/10/30 09:46:07
Line 148 
Line 148 
                 case 's':                  case 's':
                         state = rcs_optarg;                          state = rcs_optarg;
                         if (rcs_state_check(state) < 0) {                          if (rcs_state_check(state) < 0) {
                                 cvs_log(LP_ERR, "invalid state `%'", state);                                  cvs_log(LP_ERR, "invalid state `%s'", state);
                                 exit(1);                                  exit(1);
                         }                          }
                         break;                          break;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53