DragonFly commits List (threaded) for 2004-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/bus/firewire firewire.c
On Mon, Dec 20, 2004 at 09:44:51AM -0800, Matthew Dillon wrote:
> Fix printf format specifier from %lx->%x for ntohl argument.
Even better would be using the macros from machine/inttypes, in this
case PRIxu32, which expands to "x" on IA32 and something else on ILP64
platforms.
Joerg
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]