1
0
mirror of synced 2024-11-24 15:50:16 +01:00
ImHex/plugins/builtin
FireNX70 41820311cc
fix: Off-by-one error in "Export selection to file" (#1774)
### Problem description
Export selection to file would never finish and wouldn't export the last
byte.

### Implementation description
It was just a simple off by one when using the selection's end address
to calculate the remaining data size. Add one to the remaining size
calculation.

### Additional things
Fixes https://github.com/WerWolv/ImHex/issues/1733,
https://github.com/WerWolv/ImHex/issues/1619 and
https://github.com/WerWolv/ImHex/issues/1597.
2024-06-26 22:44:10 +02:00
..
include/content feat: Added --reset-settings command 2024-06-26 19:38:25 +02:00
romfs feat: Added tooltip to nightly icon on welcome screen 2024-06-26 20:37:39 +02:00
source fix: Off-by-one error in "Export selection to file" (#1774) 2024-06-26 22:44:10 +02:00
tests tests: Add infrastructure for testing plugins (#1538) 2024-02-26 20:51:08 +01:00
CMakeLists.txt feat: Allow view providers to be renamed 2024-06-09 10:51:59 +02:00