From 3e2a7a2d7fcb763b39df1f17b440b16896bec0e7 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 18 Feb 2011 20:35:44 +0100 Subject: [PATCH] FFI: Fix docs about C bool -> Lua boolean conversion. Thanks to M. Kottman. --- doc/ext_ffi_semantics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 8c7bd478..f9a118a0 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -245,7 +245,7 @@ constant values; retrieving return values from C calls: double, floatdoublenumber -bool0 → true, otherwise falseboolean +bool0 → false, otherwise trueboolean Complex numberboxed valuecomplex cdata