1 parent 4905ce8 commit 34a2949Copy full SHA for 34a2949
1 file changed
ext/readline/readline_cli.c
@@ -710,7 +710,7 @@ static int readline_shell_run(void) /* {{{ */
710
}
711
712
if (pager_pipe) {
713
- fclose(pager_pipe);
+ pclose(pager_pipe);
714
pager_pipe = NULL;
715
716
0 commit comments