diff --git a/IO.cpp b/IO.cpp index 6f4f0b8..58870c5 100644 --- a/IO.cpp +++ b/IO.cpp @@ -133,7 +133,7 @@ vector& getBuffer() else if (errno != EAGAIN && errno != EWOULDBLOCK) //Expect read would block { ERR(); -#if DEBUG_MSGS +#ifdef DEBUG_MSGS cerr << "Unknown stream error: " << errno << endl; #endif break;