mirror of
https://github.com/reactos/wine.git
synced 2025-02-05 11:40:06 +00:00
Use ERR instead of DPRINTF in dump_pidl_hex.
This commit is contained in:
parent
866f52bce1
commit
78340756f3
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user