Skip to content

Commit

Permalink
Merge pull request #282 from simsong/slg-dev
Browse files Browse the repository at this point in the history
Slg dev
  • Loading branch information
simsong authored Oct 26, 2021
2 parents eb2d5e1 + 6b6ff76 commit 9bec267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan_rar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static void unpack_buf(const uint8_t* input, size_t input_len, uint8_t* output,

CmdExtract extract; //from the extract.cpp file; allows the extraction to occur

byte *startingaddress = (byte*) input;
uint8_t *startingaddress = const_cast<uint8_t*>(input);

ComprDataIO mydataio;
mydataio.SetSkipUnpCRC(true); //skip checking the CRC to allow more processing to occur
Expand Down

0 comments on commit 9bec267

Please sign in to comment.