mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Same fix, in-line style
This commit is contained in:
parent
33f42efb48
commit
3fc8c7073d
@ -149,7 +149,7 @@ namespace zmq
|
||||
bool stalled ()
|
||||
{
|
||||
// Check whether there was decoding error.
|
||||
if (unlikely (static_cast <T*> (this)->next == 0))
|
||||
if (unlikely (!(static_cast <T*> (this)->next)))
|
||||
return false;
|
||||
|
||||
while (!to_read) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user