mirror of
https://github.com/mi57730/a2d.git
synced 2024-12-01 05:50:24 +00:00
Fix buffer overrun when renaming. Fixes #99
This commit is contained in:
parent
43745ad7a6
commit
12ee56c674
@ -32,6 +32,7 @@
|
|||||||
* Sort Directory DA: don't need to click before sorting. (#17)
|
* Sort Directory DA: don't need to click before sorting. (#17)
|
||||||
* SELECTOR.LIST created if missing. (#92)
|
* SELECTOR.LIST created if missing. (#92)
|
||||||
* Position desktop icons based on Slot/Drive assignment. (#94)
|
* Position desktop icons based on Slot/Drive assignment. (#94)
|
||||||
|
* Don't crash after renaming volume. (#99)
|
||||||
* Hardware/Emulator Specific:
|
* Hardware/Emulator Specific:
|
||||||
* IIc Plus: don't spin slot 5 drives constantly. (Use Special > Check Drives) (#25)
|
* IIc Plus: don't spin slot 5 drives constantly. (Use Special > Check Drives) (#25)
|
||||||
* Macintosh LC IIe Option Card: prevent crash. (#93)
|
* Macintosh LC IIe Option Card: prevent crash. (#93)
|
||||||
|
@ -2542,7 +2542,7 @@ loop: lda selected_icon_list,x
|
|||||||
sta selected_vol_icon_list,y
|
sta selected_vol_icon_list,y
|
||||||
iny
|
iny
|
||||||
: inx
|
: inx
|
||||||
cpx selected_icon_list
|
cpx selected_icon_count
|
||||||
bne loop
|
bne loop
|
||||||
sty selected_vol_icon_count
|
sty selected_vol_icon_count
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user