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