Commit 52318783 authored by rhenders's avatar rhenders
Browse files

Whoops. Accidentally broke non-tile-compressed output with guard for tile-compressed output

parent f4dfc8ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1009,7 +1009,7 @@ void write_body(tabstruct *tab, PIXTYPE *ptr, size_t size)


            // TODO not yet writing CFitsIO from SExtractor. CFITSIO - only perform byte-swap if we are NOT writing a tile-compressed format using cfitsio
            if (0 && tab->infptr == NULL) // TODO
            // if (tab->infptr == NULL) // TODO
            if (bswapflag)
              swapbytes(cbufdata0, 4, spoonful);
            }