summaryrefslogtreecommitdiffstats
path: root/src/parse.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-31 13:25:04 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-31 13:25:30 -0400
commit8aaf670c13ade259f7bcdd50332968c1c6290b34 (patch)
tree8794f55c7777f560c37ebcebb78a4a6be30d92f1 /src/parse.c
parent06ee53d5b1fc58073aaa3d57f6073256d13502f2 (diff)
downloadbfs-8aaf670c13ade259f7bcdd50332968c1c6290b34.tar.xz
bfstd: New xwaitpid() wrapper
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c
index fafd787..3f32021 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -2980,7 +2980,7 @@ static struct bfs_expr *parse_help(struct parser_state *state, int arg1, int arg
if (pager > 0) {
cfclose(cout);
- waitpid(pager, NULL, 0);
+ xwaitpid(pager, NULL, 0);
}
state->just_info = true;