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

Diff for /src/usr.bin/cvs/file.c between version 1.122 and 1.123

version 1.122, 2005/09/15 17:01:10 version 1.123, 2005/09/15 22:12:23
Line 441 
Line 441 
                 strlcpy(pcopy, fspec[i], sizeof(pcopy));                  strlcpy(pcopy, fspec[i], sizeof(pcopy));
   
                 /*                  /*
                    * get rid of any trailing slashes.
                    */
                   STRIP_SLASH(pcopy);
   
                   /*
                  * Load the information.                   * Load the information.
                  */                   */
                 cf = cvs_file_loadinfo(pcopy, flags, cb, arg, freecf);                  cf = cvs_file_loadinfo(pcopy, flags, cb, arg, freecf);

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123