On Thu, May 10, 2007 at 07:53:36PM +0100, Ben Hewson wrote:
Here is a small fix to prevent a segmentation fault in lbtdump.
the format specifier in the printf statements have been changed from %08lx to %08llx or similar where uint64_t are being displayed.
Signed-off-by: Ben Hewson ben@hewson-venieri.com
Thanks, committed in r2679. I can confirm that it fixes the warnings for me (gcc 4.1.3).
Uwe.