Commit 78340756 authored by Alexandre Julliard's avatar Alexandre Julliard

Use ERR instead of DPRINTF in dump_pidl_hex.

parent 866f52bc
......@@ -245,7 +245,7 @@ static void dump_pidl_hex( LPCITEMIDLIST pidl )
if( i!=(n-1) && (i%max_line) != (max_line-1) )
continue;
szAscii[ (i%max_line)+1 ] = 0;
DPRINTF("%-*s %s\n", max_line*3, szHex, szAscii );
ERR("%-*s %s\n", max_line*3, szHex, szAscii );
}
}
......
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