Win64 patch 2/2 (winedbg)

Francois Gouget fgouget at free.fr
Sat Jul 29 13:01:56 CDT 2006


On Tue, 25 Jul 2006, Alexandre Julliard wrote:

> Ge van Geldorp <ge at gse.nl> writes:
>
>>      case AddrModeFlat:
>> -        dbg_printf("0x%08lx", addr->Offset);
>> +        dbg_printf("0x%08llx", addr->Offset);
>
> %ll formats are not portable, please avoid them.

'grep -t "%ll" *' finds 149 instances, mostly traces who there are some 
printfs in tools/winedump.

Should this be turned into a janitorial project?
What is the recommended alternative?

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
   Good judgment comes from experience, and experience comes from bad judgment
                                -- Barry LePatner



More information about the wine-devel mailing list