j
k
j a
j l
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.
Attachments:
Back to the thread
Back to the list