3 Aug
2001
3 Aug
'01
11:41 p.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.