Index: find/pred.c =================================================================== RCS file: /cvsroot/findutils/findutils/find/pred.c,v retrieving revision 1.14 diff -u -p -r1.14 pred.c --- find/pred.c 3 Jan 2004 20:49:03 -0000 1.14 +++ find/pred.c 29 Sep 2004 20:02:00 -0000 @@ -625,8 +625,8 @@ pred_fprintf (char *pathname, struct sta case 'k': /* size in 1K blocks */ fprintf (fp, segment->text, human_readable ((uintmax_t) ST_NBLOCKS (*stat_buf), - hbuf, - ST_NBLOCKSIZE, 1024, human_ceiling)); + hbuf, human_ceiling, + ST_NBLOCKSIZE, 1024)); break; case 'l': /* object of symlink */ #ifdef S_ISLNK