]> Savannah Git Hosting - gnulib.git/commit
group-member: minor tweak to omit a *
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Apr 2021 00:45:33 +0000 (17:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Apr 2021 00:51:35 +0000 (17:51 -0700)
commit7e90795b4061e4d023c8ab4937d988dbbdbf9d15
treee2f9df9a4c45bc1abb5b0499ade8e4946589b3bb
parent4392cab3a01e2df101f3fd269c5b17aa969d0669
group-member: minor tweak to omit a *

* lib/group-member.c: Include intprops.h.
(get_group_info): Use INT_MULTIPLY_WRAPV instead of
xalloc_oversized (which does a multiplication) followed by the
same multiplication.  The code was OK as-is; this is just
conceptual simplification, possible now that we have xalloc_count_t.
* modules/group-member: Depend on intprops.
ChangeLog
lib/group-member.c
modules/group-member