[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.60 and 1.61

version 1.60, 2007/05/16 09:52:47 version 1.61, 2007/05/17 03:26:33
Line 765 
Line 765 
         rpath = cvs_remote_input();          rpath = cvs_remote_input();
         if ((filename = strrchr(rpath, '/')) == NULL)          if ((filename = strrchr(rpath, '/')) == NULL)
                 fatal("bad rpath in cvs_client_remove_entry: %s", rpath);                  fatal("bad rpath in cvs_client_remove_entry: %s", rpath);
         *filename++;          filename++;
   
         entlist = cvs_ent_open(data);          entlist = cvs_ent_open(data);
         cvs_ent_remove(entlist, filename);          cvs_ent_remove(entlist, filename);

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61