Hi,Gustavo
On Wed, 17 Mar 2021 20:54:41 -0500 "Gustavo A. R. Silva" gustavo@embeddedor.com wrote:
On 3/17/21 21:47, Chunyou Tang wrote:
I think "if (info == NULL)" is more intuitive,and there have many compare likes "if (info == NULL)" in this file.
In that case, all those instances should be changed to if (!foo), instead.
-- Gustavo
OK,I change it.
-- ChunyouTang