Changeset 32252 for trunk/magic/remove/src/streaksio.c
- Timestamp:
- Aug 31, 2011, 1:30:49 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksio.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksio.c
r32231 r32252 752 752 return; 753 753 } 754 ps Array *table = psFitsReadTable(in->fits);754 psFitsTable *table = psFitsReadTableNew(in->fits); 755 755 if (!table) { 756 756 psError(PS_ERR_UNKNOWN, false, "failed to read table in extension %d from in->resolved name", extnum); … … 758 758 } 759 759 760 if (!psFitsWriteTable (out->fits, out->header, table, extname)) {760 if (!psFitsWriteTableNew(out->fits, out->header, table, extname)) { 761 761 psError(PS_ERR_UNKNOWN, false, "failed to copy table in extension %d", extnum); 762 762 streaksExit("", PS_EXIT_DATA_ERROR); 763 763 } 764 psFree(table); 764 765 } 765 766
Note:
See TracChangeset
for help on using the changeset viewer.
