[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.145 and 1.146

version 1.145, 2006/04/13 16:20:28 version 1.146, 2006/04/14 00:22:46
Line 1026 
Line 1026 
                                 fatal("could not parse rcsnum");                                  fatal("could not parse rcsnum");
                 }                  }
                 *author = xstrdup(tokens[5]);                  *author = xstrdup(tokens[5]);
                 *author = xstrdup(tokens[6]);                  *state = xstrdup(tokens[6]);
                 len = strlen(tokens[3]) + strlen(tokens[4]) + 2;                  len = strlen(tokens[3]) + strlen(tokens[4]) + 2;
                 datestring = xmalloc(len);                  datestring = xmalloc(len);
                 strlcpy(datestring, tokens[3], len);                  strlcpy(datestring, tokens[3], len);

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146