]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(gobble_file): Use stat.st_author, not stat.st_uid
authorJim Meyering <jim@meyering.net>
Wed, 29 Jun 2005 10:03:10 +0000 (10:03 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 29 Jun 2005 10:03:10 +0000 (10:03 +0000)
commit9b050191c5fb3567d443eddae32b3702c27e86cd
tree301a29cb7d6044f138ac56fcff23afe802a5d45e
parentdf46e292842399730363b6caeaec3604d44279e7
(gobble_file): Use stat.st_author, not stat.st_uid
when computing the --author column width.  This bug might have
resulted in misaligned columns when using the --author option
on the Hurd.  Spotted by Arnold Robbins.

The bug was introduced on 2003-12-03.
src/ls.c