Don't truncate printed ino values. Fixes Savannah bug #15472.
commit55e8aaf89bdb1d1036cbdb8ccaadf37524c648b7
authorericb <ericb>
Mon, 10 Mar 2008 12:06:11 +0000 (10 12:06 +0000)
committerericb <ericb>
Mon, 10 Mar 2008 12:06:11 +0000 (10 12:06 +0000)
treed3d8984b1469d96e64b928891ce7577d4661ef65
parent088f1d84eab36ba1ecf3f2c64b6d1e8b00eb1e27
Don't truncate printed ino values.  Fixes Savannah bug #15472.
* find/find.c (wd_sanity_check): Use PRIuMAX for platforms with
64-bit ino_t.
* NEWS: Document this.
-------------------------------------------------------------------
ChangeLog
NEWS
find/find.c