mincore: bad cast caused misprinted output on 32-bitv0.2.1
commitfbf5a27dbdbb61fbcdc135ed75d7ca5f2eab66b5
authorEric Wong <normalperson@yhbt.net>
Sat, 1 Aug 2009 19:46:35 +0000 (1 12:46 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 1 Aug 2009 19:46:35 +0000 (1 12:46 -0700)
treede567cbcc621b7a6b949b4db2fba3080b237597c
parentd5c06c6f15875c1114ad0db81b0ac41246373366
mincore: bad cast caused misprinted output on 32-bit

Due to the bad cast to unsigned long in the parameter before it,
printf was mishandling the bit output as the last parameter.
mincore.c