[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.207 and 1.208

version 1.207, 2010/07/23 21:46:05 version 1.208, 2010/07/23 23:59:32
Line 924 
Line 924 
                 /* XXX - Not binary safe. */                  /* XXX - Not binary safe. */
                 buf_putc(buf, '\0');                  buf_putc(buf, '\0');
                 checkin_parsekeyword(buf_get(buf), rev, date, author, state);                  checkin_parsekeyword(buf_get(buf), rev, date, author, state);
                   buf_free(buf);
 loopend:;  loopend:;
         }          }
         if (kwstr == NULL)          if (kwstr == NULL)

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208