Fix warning about cast to pointer in rdfload.c
commit577f247be4650f6c40e50b3376d1a7078364ec55
authorH. Peter Anvin <hpa@zytor.com>
Mon, 29 Oct 2007 05:02:23 +0000 (28 22:02 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 29 Oct 2007 05:04:00 +0000 (28 22:04 -0700)
treeaa59e2baaf56ed83ca618e0ec7d064636f3baebf
parentde4b89bb3e785aa57c99c947954651cb2541d4dd
Fix warning about cast to pointer in rdfload.c

Fix warning in rdfload.c about cast to pointer of different size when
compiling on 64 bits.  Of course, rdfload is probably useless on 64
bits, but it's pretty useless in the first place.
rdoff/rdfload.c