diff options
Diffstat (limited to 'butl/pager.cxx')
-rw-r--r-- | butl/pager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/pager.cxx b/butl/pager.cxx index fe59e5b..003c65c 100644 --- a/butl/pager.cxx +++ b/butl/pager.cxx @@ -146,7 +146,7 @@ namespace butl } catch (const process_error& e) { - if (e.child ()) + if (e.child) { cerr << args[0] << ": unable to execute: " << e << endl; exit (1); |