aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv16.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-02-01 22:23:42 +0000
committerFritz Elfert <felfert@to.com>2001-02-01 22:23:42 +0000
commit4da48658c8f1dfbf5960bb1768dc6d154c528734 (patch)
treea8a68ce884fe90be6cfcb7c09ba9c40ec86639f6 /lib/rfsv16.cc
parent922027d66d65c570960234d9f5c32467b487715d (diff)
downloadplptools-4da48658c8f1dfbf5960bb1768dc6d154c528734.tar.gz
plptools-4da48658c8f1dfbf5960bb1768dc6d154c528734.tar.bz2
plptools-4da48658c8f1dfbf5960bb1768dc6d154c528734.zip
Added in missing plpdirent.cc
Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket.
Diffstat (limited to 'lib/rfsv16.cc')
-rw-r--r--lib/rfsv16.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfsv16.cc b/lib/rfsv16.cc
index 26a153b..d42b270 100644
--- a/lib/rfsv16.cc
+++ b/lib/rfsv16.cc
@@ -573,7 +573,7 @@ sendCommand(enum commands cc, bufferStore & data)
if (status == E_PSI_FILE_DISC) {
reconnect();
if (status == E_PSI_FILE_DISC)
- return FALSE;
+ return false;
}
bool result;