Changeset 35162 for trunk/Ohana/src/libdvo/src/dvo_image.c
- Timestamp:
- Feb 13, 2013, 11:06:10 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvo_image.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvo_image.c
r34405 r35162 84 84 } 85 85 if (!status) return (FALSE); 86 87 // XXX this is the problem... the conversion (external to internal) is 88 // only allocated Nimage * sizeof(image) not padded to FITS blocks, 89 // so when we later do a gfits_copy_ftable, we stomp on bad memory 86 90 FtableToImage (&db[0].ftable, &db[0].theader, &db[0].format); 87 91 db[0].swapped = TRUE; /* table has internal byte-order */
Note:
See TracChangeset
for help on using the changeset viewer.
