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()