IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2012, 4:18:34 PM (14 years ago)
Author:
eugene
Message:

move max path length to dvo.h and rename DVO_MAX_PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120405/Ohana/src/relphot/src/ConfigInit.c

    r33651 r33874  
    3535  // force CATDIR to be absolute (so parallel mode will work)
    3636  char *tmpcatdir = NULL;
    37   ALLOCATE (tmpcatdir, char, MAX_PATH_LENGTH);
     37  ALLOCATE (tmpcatdir, char, DVO_MAX_PATH);
    3838  GetConfig (config, "CATDIR",                 "%s",  0, tmpcatdir);
    39   CATDIR = abspath (tmpcatdir, MAX_PATH_LENGTH);
     39  CATDIR = abspath (tmpcatdir, DVO_MAX_PATH);
    4040  free (tmpcatdir);
    4141
Note: See TracChangeset for help on using the changeset viewer.