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

Diff for /src/usr.bin/cvs/remove.c between version 1.78 and 1.79

version 1.78, 2008/06/14 03:19:15 version 1.79, 2008/06/23 20:51:08
Line 200 
Line 200 
   
                         entry = xmalloc(CVS_ENT_MAXLINELEN);                          entry = xmalloc(CVS_ENT_MAXLINELEN);
                         cvs_ent_line_str(cf->file_name, rbuf, tbuf,                          cvs_ent_line_str(cf->file_name, rbuf, tbuf,
                             cf->file_ent->ce_opts ? : "", sticky, 0, 1,                              cf->file_ent->ce_opts ?
                               cf->file_ent->ce_opts : "", sticky, 0, 1,
                             entry, CVS_ENT_MAXLINELEN);                              entry, CVS_ENT_MAXLINELEN);
   
                         if (cvs_server_active == 1) {                          if (cvs_server_active == 1) {

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79