Changeset 18227
- Timestamp:
- Jun 19, 2008, 5:12:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDUGenerate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDUGenerate.c
r16210 r18227 212 212 213 213 const char *biassecSource = psMetadataLookupStr(&mdok, cell->config, "CELL.BIASSEC.SOURCE"); 214 if ( strcmp(biassecSource, "VALUE") == 0) {214 if (biassecSource && strcmp(biassecSource, "VALUE") == 0) { 215 215 const char *biassecStr = psMetadataLookupStr(&mdok, cell->config, "CELL.BIASSEC"); 216 216 psFree(biassecItem->data.V);
Note:
See TracChangeset
for help on using the changeset viewer.
