diff options
Diffstat (limited to 'src/stream.cc')
-rw-r--r-- | src/stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.cc b/src/stream.cc index 2c255108..df45e5f5 100644 --- a/src/stream.cc +++ b/src/stream.cc @@ -94,7 +94,7 @@ namespace { (char *)0); // We should never, ever reach here - perror((std::string("execl: ") + pager_path.string()).c_str()); + perror((std::string("execlp: ") + pager_path.string()).c_str()); exit(1); } else { // parent |