[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.220 and 1.221

version 1.220, 2015/06/13 20:15:21 version 1.221, 2015/06/17 08:13:31
Line 210 
Line 210 
                         printf("%s\n", rcs_version);                          printf("%s\n", rcs_version);
                         exit(0);                          exit(0);
                 case 'w':                  case 'w':
                         if (pb.author != NULL)                          free(pb.author);
                                 free(pb.author);  
                         pb.author = xstrdup(rcs_optarg);                          pb.author = xstrdup(rcs_optarg);
                         break;                          break;
                 case 'x':                  case 'x':

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221