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 0e802da62..5cff22da4 100644 --- a/Src/input.c +++ b/Src/input.c @@ -260,7 +260,7 @@ inputline(void) int pptlen; pptbuf = unmetafy(promptexpand(ingetcpmptl ? *ingetcpmptl : NULL, 0, NULL, NULL, NULL), &pptlen); - write_loop(2, (WRITE_ARG_2_T)pptbuf, pptlen); + write_loop(2, pptbuf, pptlen); free(pptbuf); } ingetcline = shingetline(); |