Juan Lang a écrit :
hmm sounds like most of the code we have in not in sync
[eric:~/work/wine-git debug64|(none)]$ grep TRACE dlls/*/*.c | grep "%[0-9]*d" | wc -l 8767 [eric:~/work/wine-git debug64|(none)]$ grep TRACE dlls/*/*.c | grep "%[0-9]*x" | wc -l 4136
This isn't a meaningful measurement. A %d may be used in a trace after unpacking elements out of a flags/item combination, while a %x would be used in e.g. a relay trace. --Juan
my point is just saying that 2/3 of the information put in traces is in decimal which is a measurement of what is expected as format for integral values A+