mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Fix bug
This commit is contained in:
@@ -254,6 +254,7 @@ int main(int argc, char* argv[]) {
|
|||||||
return UGOIRA_OPEN_FILE;
|
return UGOIRA_OPEN_FILE;
|
||||||
}
|
}
|
||||||
fileop::fclose(f);
|
fileop::fclose(f);
|
||||||
|
buf[size] = 0;
|
||||||
rapidjson::Document d;
|
rapidjson::Document d;
|
||||||
d.Parse(buf);
|
d.Parse(buf);
|
||||||
free(buf);
|
free(buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user