Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 1759461

Browse files
committed
Match global variable name
1 parent 6adcb67 commit 1759461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElixirWeb.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ begin
268268
end;
269269
270270
if RegGetSubkeyNames(HKEY_LOCAL_MACHINE, KeyPath, Versions) then begin
271-
if RegQueryStringValue(HKEY_LOCAL_MACHINE, KeyPath + '\' + ErlangInfo.ERTSVersion, '', Path) then begin
271+
if RegQueryStringValue(HKEY_LOCAL_MACHINE, KeyPath + '\' + GlobalErlangData.ERTSVersion, '', Path) then begin
272272
Result := Path;
273273
end else if RegQueryStringValue(HKEY_LOCAL_MACHINE, KeyPath + '\' + Versions[GetArrayLength(Versions) - 1], '', Path) then begin
274274
Result := Path;

0 commit comments

Comments
 (0)