diff options
Diffstat (limited to 'Src/input.c')
| -rw-r--r-- | Src/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/input.c b/Src/input.c index b78c91680..9b8e57f6a 100644 --- a/Src/input.c +++ b/Src/input.c @@ -399,7 +399,7 @@ inputline(void) char *pptbuf; int pptlen; pptbuf = unmetafy(promptexpand(ingetcpmptl ? *ingetcpmptl : NULL, - 0, NULL, NULL), &pptlen); + 0, NULL, NULL, NULL), &pptlen); write_loop(2, pptbuf, pptlen); free(pptbuf); } |
