1
0
mirror of synced 2024-09-24 11:38:26 +02:00
ImHex/plugins/builtin/source
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
..
content fix: Off-by-one error in "Export selection to file" (#1774) 2024-06-26 22:44:10 +02:00
plugin_builtin.cpp feat: Added --reset-settings command 2024-06-26 19:38:25 +02:00