Skip to content

Commit

Permalink
Attempt to patch #758
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Jul 22, 2024
1 parent 1770ad4 commit f39a2f0
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 @@ -350,7 +350,7 @@ Func ProcessCMDLine()
EndIf
If $aOutput[0] = True Then OutputResults($aResults, $aSkips, $aOutput)
For $iLoop = 0 To 10 Step 1
If $aResults[$iLoop][0] = False Or $aResults[$iLoop][0] < 1 Then Exit 1
If ($aResults[$iLoop][0] = False Or $aResults[$iLoop][0] < 1) And Not $aSkips[$iLoop] Then Exit 1
Next
Exit 0
EndFunc ;==>ProcessCMDLine
Expand Down

0 comments on commit f39a2f0

Please sign in to comment.