libscratchcpp icon indicating copy to clipboard operation
libscratchcpp copied to clipboard

Optimize ZipReader::readFileToString()

Open adazem009 opened this issue 2 years ago • 0 comments

Remove the return value and write the result to a string (pointer) parameter. Use std::string::assign().

adazem009 avatar Oct 26 '23 14:10 adazem009