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

Diff for /src/usr.bin/cvs/client.c between version 1.38 and 1.39

version 1.38, 2006/12/19 16:04:40 version 1.39, 2006/12/20 16:25:27
Line 746 
Line 746 
         entry = cvs_remote_input();          entry = cvs_remote_input();
         xfree(dir);          xfree(dir);
   
         cvs_log(LP_TRACE, "cvs_client_remove_entry(%s)", entry);  
   
         if ((ent = cvs_ent_parse(entry)) == NULL)          if ((ent = cvs_ent_parse(entry)) == NULL)
                 fatal("cvs_client_remove_entry: cvs_ent_parse failed");                  fatal("cvs_client_remove_entry: cvs_ent_parse failed");
   

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39