Index: trunk/BNC/src/bnccore.cpp
===================================================================
--- trunk/BNC/src/bnccore.cpp	(revision 10200)
+++ trunk/BNC/src/bnccore.cpp	(revision 10214)
@@ -226,5 +226,5 @@
 #endif
   printEphHeader(eph->receptStaID());
-  printEph(*eph, (ircPut == success));
+  printEph(*eph, bool(ircPut == success));
   return success;
 }
Index: trunk/BNC/src/pppRun.cpp
===================================================================
--- trunk/BNC/src/pppRun.cpp	(revision 10200)
+++ trunk/BNC/src/pppRun.cpp	(revision 10214)
@@ -330,5 +330,5 @@
   // Make sure the buffer does not grow beyond any limit
   // ---------------------------------------------------
-  const unsigned MAX_EPODATA_SIZE = 65;
+  const unsigned MAX_EPODATA_SIZE = 61;
   if (_epoData.size() > MAX_EPODATA_SIZE) {
     delete _epoData.front();
