Fix swallowing in dwm + no compile error.
This commit is contained in:
parent
6ef870b803
commit
8feda0c329
1 changed files with 1 additions and 1 deletions
|
@ -2826,7 +2826,7 @@ getparentprocess(pid_t p)
|
|||
if (!(f = fopen(buf, "r")))
|
||||
return 0;
|
||||
|
||||
fscanf(f, "%*u %*s %*c %u", &v);
|
||||
if (fscanf(f, "%*u %*s %*c %u", &v));
|
||||
fclose(f);
|
||||
#endif /* __linux__*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue