- Timestamp:
- May 16, 2012, 4:17:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/Ohana/src/relastro/src/ConfigInit.c
r33652 r33871 39 39 // force CATDIR to be absolute (so parallel mode will work) 40 40 GetConfig (config, "CATDIR", "%s", 0, CATDIR); 41 char *tmpcatdir = abspath (CATDIR, MAX_PATH_LENGTH);41 char *tmpcatdir = abspath (CATDIR, DVO_MAX_PATH); 42 42 strcpy (CATDIR, tmpcatdir); 43 43 free (tmpcatdir);
Note:
See TracChangeset
for help on using the changeset viewer.
