mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 07:56:33 +00:00
Use QCommandLineParser to parse arguments more intelligently. Refs #843
This commit is contained in:
@@ -248,7 +248,7 @@ struct UpgradeCommand : public Command
|
||||
ZeroMemory(&zip, sizeof(zip));
|
||||
|
||||
bool successful = false;
|
||||
wstring failReason;
|
||||
wstring failReason = L"\"Unknown error\"";
|
||||
|
||||
mz_bool b = mz_zip_reader_init_file(&zip, "./update.zip", 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user