Commit 61708da1 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

oleaut: Dump the pointer for VT_ARRAY/VT_VECTOR typed variants.

parent 7f15d9bc
......@@ -1224,7 +1224,7 @@ void dump_Variant(const VARIANT * pvar)
}
else if (V_ISARRAY(pvar) || V_ISVECTOR(pvar))
{
TRACE(",FIXME");
TRACE(",%p", V_ARRAY(pvar));
}
else switch (V_TYPE(pvar))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment