]> Dogcows Code - chaz/tar/commit - src/list.c
(from_header): Do not issue a diagnostic if TYPE is zero.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Aug 2001 14:32:51 +0000 (14:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Aug 2001 14:32:51 +0000 (14:32 +0000)
commita52396de9bde77671ac389183de918bb86ac785b
tree48d67915ccf7f94e77bcc4a5f34b26759ff1bb57
parenta7cd57a91dba44bba5bcc8039c5f7aae25315d52
(from_header): Do not issue a diagnostic if TYPE is zero.
However, check for error even for '-' or '+' case.

(print_header): Try parsing uids and gids as unsigned integers first,
and as a uid_t or gid_t only if that fails.  This adds support for
listing positive uids and gids that are greater than UID_MAX and
GID_MAX.
src/list.c
This page took 0.021182 seconds and 4 git commands to generate.