Fix swallowing in dwm.

This commit is contained in:
Bartek Stalewski 2022-06-10 00:39:51 +02:00
parent 5e693a7ca6
commit 6ef870b803

View File

@ -2826,7 +2826,7 @@ getparentprocess(pid_t p)
if (!(f = fopen(buf, "r")))
return 0;
//fscanf(f, "%*u %*s %*c %u", &v);
fscanf(f, "%*u %*s %*c %u", &v);
fclose(f);
#endif /* __linux__*/