j
k
j a
j l
On Wed, Feb 13, 2019 at 04:07:27PM -0600, Pierre-Louis Bossart wrote:
/* make sure count is <= avail */ count = avail > count ? count : avail;
count = min(avail, count)?
Attachments:
Back to the thread
Back to the list