mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-02-09 06:31:16 +00:00
Fix bug in previous commit!
This commit is contained in:
parent
3a04d29a11
commit
09375265fd
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -113,11 +113,11 @@ COPYFILE >>> ENTMAIN
|
||||
BRA :MAINLOOP ; Source: wildcard, dest: dir
|
||||
:NOWILD
|
||||
:MAINLOOP
|
||||
LDA MOSFILE2 ; Length
|
||||
STA :OLDLEN
|
||||
JSR EXISTS ; See if source is file or dir
|
||||
CMP #$02 ; Directory
|
||||
BEQ :SKIP ; Skip directories
|
||||
LDA MOSFILE2 ; Length
|
||||
STA :OLDLEN
|
||||
LDA :DESTTYPE ; Check dest type
|
||||
CMP #$02 ; Existing directory?
|
||||
BNE :NOTDIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user