diff --git a/uppsrc/ide/InstantSetup.cpp b/uppsrc/ide/InstantSetup.cpp index 463621dac..8de78834f 100644 --- a/uppsrc/ide/InstantSetup.cpp +++ b/uppsrc/ide/InstantSetup.cpp @@ -367,9 +367,9 @@ String GetWinRegStringWOW64(const char *value, const char *path, HKEY base_key void AutoInstantSetup() { - String sgn = ToLower(GetFileFolder(GetExeFilePath())); - String cf = GetExeDirFile("setup-path") + "\n" + - GetWinRegStringWOW64("MachineGuid", "SOFTWARE\\Microsoft\\Cryptography"); + String sgn = ToLower(GetFileFolder(GetExeFilePath())) + "\n" + + GetWinRegStringWOW64("MachineGuid", "SOFTWARE\\Microsoft\\Cryptography"); + String cf = GetExeDirFile("setup-path"); String sgn0 = LoadFile(cf); if(sgn != sgn0) { InstantSetup();