dfireBird b8017928af
Change comparsion for checking if number is negative to include 128
Reason: The last byte in Little Endian representation of negative
integers start at 128 (Ox80) till 255 (OxFF). The comparison before
the fix didn't check for 128 which made is_negative variable as false.
2023-06-22 12:51:35 +05:30
..
2023-06-17 10:58:52 +02:00
2023-06-07 08:48:19 -05:00
2023-06-19 22:56:31 +08:00
2023-06-16 16:43:43 +03:30
2023-06-21 16:13:17 +03:00