[PATCH 2/3]vbscript: Implemented builtin function CInt

Dmitry Timoshkov dmitry at baikal.ru
Wed Apr 17 20:04:41 CDT 2013


larmbr zhan <nasa4836 at gmail.com> wrote:

> +    case VT_BOOL:
> +        *ret = V_BOOL(v) ? -1 : 0;
> +        break;

Shouldn't this be VARIANT_TRUE/VARIANT_FALSE instead of -1/0?

-- 
Dmitry.



More information about the wine-devel mailing list