PATCH: ITypeInfo::Invoke

Dmitry Timoshkov dmitry at baikal.ru
Fri Aug 3 23:41:37 CDT 2001


"Marcus Meissner" <marcus at jet.franken.de> wrote:

> +static void dump_VarType(VARTYPE vt,char *szVarType) {
> +    /* FIXME : we could have better trace here, depending on the VARTYPE
> +     * of the variant
> +     */
> +    switch(vt) {
> +    case VT_UI1: MESSAGE(szVarType, "VT_UI"); break;
                    ^^^^^^^
> +    case VT_I2: sprintf(szVarType, "VT_I2"); break;
> +    case VT_I4: sprintf(szVarType, "VT_I4"); break;

Seems to be a typo. Shouldn't it be sprintf instead of MESSAGE?
--
Dmitry.





More information about the wine-devel mailing list