* On Fri, 24 Jun 2005, Paul Vriens wrote: > * On Fri, 2005-06-24 at 17:44, Saulius Krasuckas wrote: > > > > Then would be nice to print "err" in following format "err=%0x%08lx" or > > such after a restoration. Any more ideas?
Sorry, I meant 0x%08lx. > Why do you want to change that? I thought %08lx is pretty common in most > of the Wine code. (I remember seeing your email on wine-devel about that > though). I just see two versions of formatting in Wine and want to get rid of one of it. Not a large difference which. OTOH, which one case brings you more clearness while reading logs: 00000021 or 0x0000021 ? I prefer the latter one.