mirror of
https://github.com/upa/mscp.git
synced 2026-05-20 03:37:29 +08:00
tiny fix for clang warning
This commit is contained in:
@@ -387,7 +387,7 @@ void print_msg()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!x.revents & POLLIN)
|
if (!(x.revents & POLLIN))
|
||||||
break; /* no message */
|
break; /* no message */
|
||||||
|
|
||||||
memset(buf, 0, sizeof(buf));
|
memset(buf, 0, sizeof(buf));
|
||||||
|
|||||||
Reference in New Issue
Block a user