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
This commit is contained in:
luca 2010-01-12 16:37:11 +00:00
parent 83bea07f44
commit 41b3244fc3

View File

@ -75,7 +75,7 @@ bool lv_is_02_active()
}
}
}
return (bool) __lv_02_active;
return __lv_02_active != 0;
}
const TFilename & lv_backup_path()