Changed to correct 64bit format-strings.
authorDominik Bruhn <dominik@dbruhn.de>
Mon, 23 Apr 2012 13:33:50 +0000 (15:33 +0200)
committerDominik Bruhn <dominik@dbruhn.de>
Mon, 23 Apr 2012 13:34:57 +0000 (15:34 +0200)
commit04edf60421b2eb0818f4e9cef89f6ca5cbc647a0
tree7fe0c1814694a38834aa2d6535f92d27a3db228c
parent63e4ab020e307762614fc6d474fb76a3e250d7ba
Changed to correct 64bit format-strings.

Most of the format-strings for uint64_t were wrong. %llu is architecture
dependant whereas uint64_t is always 64bit long. The PRIu64 macro (from
inttypes.h) provides the correct formatstring.
ffsb_fs.c
ffsb_fs.h
ffsb_op.c
ffsb_tg.c
fh.c
fileops.c
util.c