pull/147/merge
Ilya Shipitsin 2017-12-03 18:52:12 +00:00 committed by GitHub
commit 142117e6e2
1 changed files with 3 additions and 3 deletions

6
main.c
View File

@ -175,12 +175,12 @@ int WINAPI _tWinMain (HINSTANCE hThisInstance,
exit(1);
}
UpdateRegistry(); /* Checks version change and update keys/values */
GetRegistryKeys();
/* Parse command-line options */
ProcessCommandLine(&o, GetCommandLine());
UpdateRegistry(); /* Checks version change and update keys/values */
GetRegistryKeys();
EnsureDirExists(o.config_dir);
if (!CheckVersion()) {