summaryrefslogtreecommitdiffstats
path: root/source/ap/ash/patches/ash-hetio.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/ash/patches/ash-hetio.patch')
-rw-r--r--source/ap/ash/patches/ash-hetio.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/ash/patches/ash-hetio.patch b/source/ap/ash/patches/ash-hetio.patch
index c416cde53..a6800897b 100644
--- a/source/ap/ash/patches/ash-hetio.patch
+++ b/source/ap/ash/patches/ash-hetio.patch
@@ -177,7 +177,7 @@ diff -urN ash-0.4.0/hetio.c ash-0.4.0-/hetio.c
+ out1str("\b \b");
+ --*cursor;
+ memmove(parsenextc + *cursor, parsenextc + *cursor + 1,
-+ BUFSIZ - *cursor + 1);
++ BUFSIZ - (*cursor + 1));
+
+ for (j = *cursor; j < (BUFSIZ - 1); j++) {
+ if (!*(parsenextc + j))