On 2019-07-04, Richard Ipsum <[email protected]> wrote: > + > + if (gid == -1) > + usage();
I think this check is not necessary either, since estrtonum will error if the specified value was negative. I pushed with the check removed, and also a small style tweak (hope you don't mind). Thanks for the patch!
