That only checks whether the pointer is null, righ...
# language-proposals
k
That only checks whether the pointer is null, right? You'd have to do
if (*pTru)
to check the boolean itself.