Re: PATCH: ITypeInfo::Invoke
4 Aug
2001
4 Aug
'01
4:41 a.m.
"Marcus Meissner" <marcus(a)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.
8898
Age (days ago)
8898
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov