summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--programs/sub-suite/subeditor.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/sub-suite/subeditor.s b/programs/sub-suite/subeditor.s
index 8337f51..1525fa8 100644
--- a/programs/sub-suite/subeditor.s
+++ b/programs/sub-suite/subeditor.s
@@ -898,7 +898,7 @@ shftln:
lea d, (x+a) ; Get the address of the string pointer, at the cursor position, plus the offset.
mov f, b ; Get the old end position.
sub f, y ; Subtract the old end position, by the cursor position.
- jsr memcpy ; Copy the string from the cursor, to the cursor plus the offset.
+ jsr memcpy_dir ; Copy the string from the cursor, to the cursor plus the offset.
@clear:
tya ; Get the cursor position.
and c, c ; Is the left flag set?