Skip to content

Commit

Permalink
Merge pull request #377 from juanitonelli/origin/issue-570
Browse files Browse the repository at this point in the history
Added missing Dim for the /gm requests timestamp
  • Loading branch information
RecoX authored Jul 24, 2024
2 parents b45559e + 1c7d747 commit 9e186ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CODIGO/Protocol.bas
Original file line number Diff line number Diff line change
Expand Up @@ -6592,6 +6592,8 @@ Private Sub HandleShowSOSForm()

Dim TipoDeConsulta As String

Dim FechaHoraDeConsulta As Date

sosList = Split(Reader.ReadString8(), SEPARATOR)

For i = 0 To UBound(sosList())
Expand Down

0 comments on commit 9e186ea

Please sign in to comment.