[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.90 and 1.91

version 1.90, 2008/01/21 16:36:46 version 1.91, 2008/01/29 11:55:30
Line 829 
Line 829 
         CVSENTRIES *entlist;          CVSENTRIES *entlist;
         char *rpath, *filename, fpath[MAXPATHLEN];          char *rpath, *filename, fpath[MAXPATHLEN];
   
           if (data == NULL)
                   fatal("Missing argument for Removed");
   
         rpath = cvs_remote_input();          rpath = cvs_remote_input();
         if ((filename = strrchr(rpath, '/')) == NULL)          if ((filename = strrchr(rpath, '/')) == NULL)
                 fatal("bad rpath in cvs_client_removed: %s", rpath);                  fatal("bad rpath in cvs_client_removed: %s", rpath);

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91