mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-08-12 03:25:09 +00:00
Fix bug in previous commit!
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user