From 4fa7deb58740d2875bf968caf869fa82f40758f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Thu, 12 May 2022 10:14:08 +0200 Subject: Fix 'true' definition. This fixes issue #43. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- krfb/libvncserver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3