[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.14 and 1.15

version 1.14, 2007/07/03 13:22:43 version 1.15, 2007/09/22 16:01:22
Line 150 
Line 150 
                         if (!strcmp(dp->d_name, CVS_PATH_ATTIC))                          if (!strcmp(dp->d_name, CVS_PATH_ATTIC))
                                 cvs_repository_getdir(rpath, wdir, fl, dl, 0);                                  cvs_repository_getdir(rpath, wdir, fl, dl, 0);
                         else                          else
                                 cvs_file_get(fpath, 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 = '\0';                                  *s = '\0';
                         cvs_file_get(fpath, 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.14  
changed lines
  Added in v.1.15