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

Diff for /src/usr.bin/cvs/checkout.c between version 1.154 and 1.155

version 1.154, 2008/06/14 03:58:29 version 1.155, 2008/06/14 04:34:08
Line 469 
Line 469 
   
         if (!(co_flags & CO_REMOVE))          if (!(co_flags & CO_REMOVE))
                 rcsnum_tostr(rnum, rev, sizeof(rev));                  rcsnum_tostr(rnum, rev, sizeof(rev));
           else
                   rev[0] = '\0';
   
         cvs_log(LP_TRACE, "cvs_checkout_file(%s, %s, %d) -> %s",          cvs_log(LP_TRACE, "cvs_checkout_file(%s, %s, %d) -> %s",
             cf->file_path, rev, co_flags,              cf->file_path, rev, co_flags,

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155