Skip to content

Commit 5effd27

Browse files
committed
Fixed: Undeclared variables.
1 parent e453b07 commit 5effd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinHttp.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ Func __WinHttpHTML5FormAttribs(ByRef $aDtas, ByRef $aFlds, ByRef $iNumParams, By
21232123
$sInpNme = __WinHttpAttribVal($aInput[$iInpSubm], "name")
21242124
If $sInpNme Then $sInpNme &= $sImgAppx
21252125
$aInput[$iInpSubm] = 'type="image" formaction="' & __WinHttpAttribVal($aInput[$iInpSubm], "formaction") & '" formenctype="' & __WinHttpAttribVal($aInput[$iInpSubm], "formenctype") & '" formmethod="' & __WinHttpAttribVal($aInput[$iInpSubm], "formmethod") & '"'
2126-
Local $sX = 0, $sY = 0
2126+
Local $iX = 0, $iY = 0
21272127
$iX = Int(StringRegExpReplace($aDtas[$k], "(\d+)\h*(\d+),(\d+)", "$2", 1))
21282128
$iY = Int(StringRegExpReplace($aDtas[$k], "(\d+)\h*(\d+),(\d+)", "$3", 1))
21292129
ReDim $aInput[UBound($aInput) + 2]

0 commit comments

Comments
 (0)