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

Diff for /src/usr.bin/cvs/repository.c between version 1.16 and 1.17

version 1.16, 2008/01/10 09:57:51 version 1.17, 2008/01/31 13:54:12
Line 150 
Line 150 
                                 cvs_file_get(fpath, 0, dl);                                  cvs_file_get(fpath, 0, dl);
                         break;                          break;
                 case CVS_FILE:                  case CVS_FILE:
                         if ((s = strrchr(fpath, ',')) != NULL)                          if ((s = strrchr(fpath, ',')) != NULL &&
                               s != fpath && !strcmp(s, RCS_FILE_EXT)) {
                                 *s = '\0';                                  *s = '\0';
                         cvs_file_get(fpath, 0, fl);                                  cvs_file_get(fpath, 0, fl);
                           }
                         break;                          break;
                 default:                  default:
                         fatal("type %d unknown, shouldn't happen", type);                          fatal("type %d unknown, shouldn't happen", type);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17