Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
d4741d54
Commit
d4741d54
authored
Feb 19, 2016
by
Hisham
Browse files
Fix error test — looks like nobody bumped into this one!
parent
9668cd11
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.c
View file @
d4741d54
...
...
@@ -176,7 +176,8 @@ int main(int argc, char** argv) {
#ifdef HAVE_PROC
if
(
access
(
PROCDIR
,
R_OK
)
!=
0
)
{
fprintf
(
"Error: could not read procfs (compiled to look in %s).
\n
"
,
PROCDIR
);
fprintf
(
stderr
,
"Error: could not read procfs (compiled to look in %s).
\n
"
,
PROCDIR
);
exit
(
1
);
}
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment