- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/config/pmConfigDump.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psModules/src/config/pmConfigDump.c
r27147 r30118 150 150 } 151 151 152 if (!psMetadataConfigWrite(config->user, resolved)) { 152 // check for Metadata compression options: 153 char *compressMode = NULL; 154 bool status = false; 155 if (config->camera) { 156 compressMode = psMetadataLookupStr(&status, config->camera, "METADATA.COMPRESSION"); 157 } 158 159 if (!psMetadataConfigWrite(config->user, resolved, compressMode)) { 153 160 psError(psErrorCodeLast(), false, "Unable to dump configuration to %s", filename); 154 161 psFree(resolved);
Note:
See TracChangeset
for help on using the changeset viewer.
