Skip to content

Commit ddc24ca

Browse files
committed
Update stdLambda.cls
1 parent 4cf6480 commit ddc24ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdLambda.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ Private Sub pushV(ByRef stack() As Variant, ByRef index As Long, ByVal item As V
19641964
index = index + 1
19651965
End Sub
19661966

1967-
Private Function popV(ByRef stack() As Variant, ByRef index As Variant) As Variant
1967+
Private Function popV(ByRef stack() As Variant, ByRef index As Long) As Variant
19681968
Dim size As Long: size = UBound(stack)
19691969
If index < size / 3 And index > minStackSize Then
19701970
ReDim Preserve stack(0 To CLng(size / 2))

0 commit comments

Comments
 (0)