ldrdf: cast output of sizeof() before passing to printf(), to avoid warning.
authorH. Peter Anvin <hpa@zytor.com>
Mon, 20 Aug 2007 20:02:17 +0000 (20:02 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Aug 2007 20:02:17 +0000 (20:02 +0000)
commit3b69717a120aeb4bf6759140884e40456248c1e6
tree979c57af0cc637d5ca127cf0d0221ed2a24bebcc
parentd94764bec02ad5f8351c8df41cd7c7c64abcc714
ldrdf: cast output of sizeof() before passing to printf(), to avoid warning.

The C99 way of doing this would be to use %zu, but that requires intrinsic
C library support.
rdoff/ldrdf.c