mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-19 09:23:06 +00:00
Fix command files and ProDOS clock overwriting the cmd line
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1357,9 +1357,9 @@ def docmds#0
|
||||
is '.'
|
||||
ref = open(getlnbuf)
|
||||
if ref
|
||||
^getlnbuf = read(ref, getlnbuf+1, 81)
|
||||
cmdln = read(ref, @cmdln+1, 81)
|
||||
close(0)
|
||||
prstr(getlnbuf); crout
|
||||
prstr(strcpy(getlnbuf, @cmdln)); crout
|
||||
continue
|
||||
fin
|
||||
break
|
||||
|
||||
@@ -1439,9 +1439,9 @@ def docmds#0
|
||||
is '.'
|
||||
ref = open(getlnbuf)
|
||||
if ref
|
||||
^getlnbuf = read(ref, getlnbuf+1, 81)
|
||||
cmdln = read(ref, @cmdln+1, 81)
|
||||
close(0)
|
||||
prstr(getlnbuf); crout
|
||||
prstr(strcpy(getlnbuf, @cmdln)); crout
|
||||
continue
|
||||
fin
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user