summaryrefslogtreecommitdiff
path: root/Src/prompt.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/prompt.c')
-rw-r--r--Src/prompt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/prompt.c b/Src/prompt.c
index b4b55a0ea..57af41b03 100644
--- a/Src/prompt.c
+++ b/Src/prompt.c
@@ -181,10 +181,10 @@ promptexpand(char *s, int ns, char *rs, char *Rs)
bp1 = NULL;
truncwidth = 0;
putpromptchar(1, '\0');
- addbufspc(1);
+ addbufspc(2);
if(dontcount)
*bp++ = Outpar;
- *bp = 0;
+ *bp = '\0';
if (!ns) {
/* If zero, Inpar, Outpar and Nularg should be removed. */
for (bp = buf; *bp; ) {