mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Fixed regression introduced by https://github.com/cc65/cc65/pull/652.
This commit is contained in:
parent
97be359d4a
commit
e949a3e642
@ -20,6 +20,7 @@ _getdevicedir:
|
||||
jsr popptr1
|
||||
|
||||
; Set buf
|
||||
ldx ptr1+1
|
||||
sta mliparam + MLI::ON_LINE::DATA_BUFFER
|
||||
stx mliparam + MLI::ON_LINE::DATA_BUFFER+1
|
||||
|
||||
@ -62,7 +63,7 @@ oserr: jsr __mappederrno
|
||||
lda (ptr1),y
|
||||
and #15 ; Max volume name length
|
||||
sta tmp1
|
||||
|
||||
|
||||
; Add leading slash
|
||||
lda #'/'
|
||||
sta (ptr1),y
|
||||
|
Loading…
x
Reference in New Issue
Block a user