Changeset 18137 for trunk/ppStats/src/ppStatsCell.c
- Timestamp:
- Jun 13, 2008, 4:16:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsCell.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsCell.c
r14149 r18137 49 49 // extract from existing headers 50 50 if (cell->hdu) { 51 if (fits && !pmCellReadHeader(cell, fits )) {51 if (fits && !pmCellReadHeader(cell, fits, config->database)) { 52 52 psError (PS_ERR_IO, false, "trouble reading cell header\n"); 53 53 psFree(cellResults); … … 65 65 // Extract Concept values 66 66 if (psListLength(data->concepts) > 0) { 67 if (fits && cell->hdu && !pmCellReadHeader(cell, fits )) {67 if (fits && cell->hdu && !pmCellReadHeader(cell, fits, config->database)) { 68 68 psError (PS_ERR_IO, false, "trouble reading cell header\n"); 69 69 psFree(cellResults);
Note:
See TracChangeset
for help on using the changeset viewer.
