Changeset 6416
- Timestamp:
- Feb 9, 2006, 4:43:00 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
pxconfig.c (modified) (2 diffs)
-
pxtools.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxconfig.c
r6413 r6416 15 15 config->camera = NULL; 16 16 config->camera_name = NULL; 17 config->telescope = NULL; 18 config->exp_type = NULL; 17 19 config->filter = NULL; 18 config->dbh = NULL;20 config->dbh = NULL; 19 21 config->site = NULL; 20 22 config->recipe = NULL; … … 34 36 psFree(config->camera); 35 37 psFree(config->camera_name); 38 psFree(config->telescope); 39 psFree(config->exp_type); 36 40 psFree(config->filter); 37 41 psFree(config->dbh); -
trunk/ippTools/src/pxtools.h
r6367 r6416 35 35 psMetadata *camera; 36 36 char *camera_name; 37 char *telescope; 38 char *exp_type; 37 39 char *filter; 38 40 psDB *dbh;
Note:
See TracChangeset
for help on using the changeset viewer.
