]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Fix a bug that causes du to dump core on 64-bit systems.
authorJim Meyering <jim@meyering.net>
Thu, 6 Mar 2003 14:14:16 +0000 (14:14 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Mar 2003 14:14:16 +0000 (14:14 +0000)
commitb70ecc4de11cf61852b15d2e2e46073602706bd0
tree3f88876563a92bfd52be5b8bab77b23d1a8a0c11
parentce8758e12c5a295a26c44f02ba8090cc89510839
Fix a bug that causes du to dump core on 64-bit systems.

(ftw_startup): Declare `func' parameter to be of type
NFTW_FUNC_T, not void* which may be smaller on 64-bit systems.
Remove now-unnecessary cast.
(FTW_NAME): Cast func argument to type `NFTW_FUNC_T'.
lib/ftw.c