Fix swallowing in dwm + no compile error.

This commit is contained in:
Bartek Stalewski 2022-06-10 00:59:56 +02:00
parent 6ef870b803
commit 8feda0c329

View File

@ -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__*/