Skip to content

Commit

Permalink
Move Results Global
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Jun 29, 2021
1 parent fd0f302 commit 8f466a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#Au3Stripper_Parameters=/so
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

Global $aResults[11][3]
Global $sVersion = "2.2.6.0"
Global $aOutput[2] = ["", ""]

Expand Down Expand Up @@ -107,7 +108,6 @@ EndIf

Func ChecksOnly()

Local $aResults[11][3]
Local $aDirectX[2]

$aResults[0][0] = _ArchCheck()
Expand Down

0 comments on commit 8f466a3

Please sign in to comment.