diff options
-rw-r--r-- | krfb/libvncserver/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krfb/libvncserver/main.cpp b/krfb/libvncserver/main.cpp index 6ecea30d..2f9a2488 100644 --- a/krfb/libvncserver/main.cpp +++ b/krfb/libvncserver/main.cpp @@ -18,7 +18,7 @@ extern "C" { #ifndef false #define false 0 - #define true -1 + #define true 1 #endif #include <sys/types.h> |