Skip to content

Commit

Permalink
test with disabled compression
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Sep 17, 2024
1 parent 28a0178 commit a941e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writesas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ void writesas(const char * filePath, Rcpp::DataFrame dat, uint8_t compress,
post_shlen = sas.tellg();
potabs[shc].SH_LEN = post_shlen - pre_shlen;
// on the last subheader
potabs[shc].COMPRESSION = 1;
potabs[shc].COMPRESSION = 0; // previously was 1
/************************************************************************/

/**** case 3 ************************************************************/
Expand Down

0 comments on commit a941e35

Please sign in to comment.