From 4da48658c8f1dfbf5960bb1768dc6d154c528734 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Thu, 1 Feb 2001 22:23:42 +0000 Subject: Added in missing plpdirent.cc Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket. --- lib/ppsocket.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ppsocket.cc') diff --git a/lib/ppsocket.cc b/lib/ppsocket.cc index cfaa429..86ff4f4 100644 --- a/lib/ppsocket.cc +++ b/lib/ppsocket.cc @@ -504,7 +504,7 @@ bool ppsocket:: bindSocket(char *Host, int Port) { - // If we are already bound return FALSE but with no last error + // If we are already bound return false but with no last error m_LastError = 0; @@ -542,7 +542,7 @@ bindInRange(char *Host, int Low, int High, int Retries) { int port, i; - // If we are already bound return FALSE but with no last error + // If we are already bound return false but with no last error m_LastError = 0; if (m_Bound) { return (false); @@ -627,7 +627,7 @@ createSocket(void) return (false); } // By default set no lingering - linger(FALSE, 0); + linger(false, 0); // Return indicating success return (true); } -- cgit v1.2.3