2
IO.cpp
2
IO.cpp
@@ -133,7 +133,7 @@ vector<uint8_t>& getBuffer()
|
|||||||
else if (errno != EAGAIN && errno != EWOULDBLOCK) //Expect read would block
|
else if (errno != EAGAIN && errno != EWOULDBLOCK) //Expect read would block
|
||||||
{
|
{
|
||||||
ERR();
|
ERR();
|
||||||
#if DEBUG_MSGS
|
#ifdef DEBUG_MSGS
|
||||||
cerr << "Unknown stream error: " << errno << endl;
|
cerr << "Unknown stream error: " << errno << endl;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user