mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
7e1d5d6f6a1390a1ff4f4bcf2484a629b113ae23
conversion modifier is present for the %o and %x conversions and the
value to be converted is 0 already. Put another way, printf("%#x %#o",0,0);
now prints "0 0". This required another change so that %p always includes
the 0x prefix even if the pointer involved is a NULL pointer.
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15162 87f5fb63-7c3d-0410-a384-fd976d0f7a62
Languages
C
98.6%
Assembly
1.2%