Modify ↓
Opened 4 years ago
Closed 3 years ago
#3772 closed Bug (Fixed)
int64 = -9223372036854775808 not handled properly
Reported by: | Jpm | Owned by: | Jon |
---|---|---|---|
Milestone: | 3.3.15.4 | Component: | AutoIt |
Version: | 3.3.14.0 | Severity: | None |
Keywords: | Cc: |
Description
Local $int64Min = Hex(- 9223372036854775808)
return 8000000000000001
in fact it should return 8000000000000000
Attachments (0)
Change History (5)
comment:1 Changed 4 years ago by Jpm
- Summary changed from int64 = -9223372036854775808 not handle properly to int64 = -9223372036854775808 not handled properly
comment:2 Changed 4 years ago by Jpm
- Owner set to Jon
- Status changed from new to assigned
comment:3 Changed 4 years ago by Jpm
comment:4 Changed 4 years ago by Jpm
- Owner changed from Jon to Jpm
comment:5 Changed 3 years ago by Jon
- Milestone set to 3.3.15.4
- Owner changed from Jpm to Jon
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed by revision [12545] in version: 3.3.15.4
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
I did a fix proposed to Jon