From 41b3244fc3e1fb6134a4c7ff37dffa8bc71717fd Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 12 Jan 2010 16:37:11 +0000 Subject: [PATCH] Patch level :10.0 Files correlati : Ricompilazione Demo : [ ] Commento : controllare i warning! a volte danno brutte sorprese git-svn-id: svn://10.65.10.50/trunk@19912 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lvlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv/lvlib.cpp b/lv/lvlib.cpp index 235690a63..010843260 100755 --- a/lv/lvlib.cpp +++ b/lv/lvlib.cpp @@ -75,7 +75,7 @@ bool lv_is_02_active() } } } - return (bool) __lv_02_active; + return __lv_02_active != 0; } const TFilename & lv_backup_path()