[BACK]Return to commit.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/commit.c between version 1.139 and 1.140

version 1.139, 2008/06/10 14:49:50 version 1.140, 2008/06/10 19:00:17
Line 666 
Line 666 
                 fi->file_path = xstrdup(cf->file_path);                  fi->file_path = xstrdup(cf->file_path);
                 fi->crevstr = xstrdup(rbuf);                  fi->crevstr = xstrdup(rbuf);
                 fi->nrevstr = xstrdup(nbuf);                  fi->nrevstr = xstrdup(nbuf);
                   if (tag != NULL)
                           fi->tag_new = xstrdup(tag);
                 TAILQ_INSERT_TAIL(&files_info, fi, flist);                  TAILQ_INSERT_TAIL(&files_info, fi, flist);
         }          }
   

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140