We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbb679 commit b7f0262Copy full SHA for b7f0262
src/internal/zipreader.cpp
@@ -36,7 +36,7 @@ void ZipReader::close()
36
size_t ZipReader::readFile(const std::string &fileName, void **buf)
37
{
38
if (!m_zip) {
39
- buf = nullptr;
+ *buf = nullptr;
40
return 0;
41
}
42
0 commit comments