Skip to content

Commit

Permalink
Missing file from last revision 31
Browse files Browse the repository at this point in the history
  • Loading branch information
M2000Interpreter committed May 24, 2023
1 parent 44e76d5 commit 7d8835e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion counter.cls
Expand Up @@ -136,7 +136,6 @@ Private Function BytesToStr(ab() As Byte) As String

End Function
Private Function TaskInterface_Tick() As Boolean

Dim X As Integer, mycnt As Long
Dim lpBuffer(2048) As Byte
On Error GoTo there
Expand Down
2 changes: 1 addition & 1 deletion pic.bas
Expand Up @@ -372,7 +372,7 @@ Public Function MaskLowLongLong() As Variant
End Function
Public Function Signed(A) As Long
Dim p
p = CDec(Int(A))
p = Fix(CDec(A))
Signed = MemLong(VarPtr(p) + 8)
End Function
Public Function UnsignedSub(A As Long, b As Long)
Expand Down

0 comments on commit 7d8835e

Please sign in to comment.