On Thu, May 09, 2019 at 01:30:36PM +0000, Viorel Suman wrote: > - return ret; > + /* Return a negative error code only. */ > + return (ret < 0 ? ret : 0);
Please write normal conditional statements to help people who have to read the code.
signature.asc
Description: PGP signature

