IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2012, 4:17:14 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/relastro/src/ConfigInit.c

    r33652 r33871  
    3939  // force CATDIR to be absolute (so parallel mode will work)
    4040  GetConfig (config, "CATDIR",                 "%s",  0, CATDIR);
    41   char *tmpcatdir = abspath (CATDIR, MAX_PATH_LENGTH);
     41  char *tmpcatdir = abspath (CATDIR, DVO_MAX_PATH);
    4242  strcpy (CATDIR, tmpcatdir);
    4343  free (tmpcatdir);
Note: See TracChangeset for help on using the changeset viewer.