InertialNav icon indicating copy to clipboard operation
InertialNav copied to clipboard

FILE handles are properly checked for nullptr, instead of checked against integer

Open cbroderickgreeve opened this issue 1 year ago • 0 comments

This check against an integer is bad practice and illegal in some compilers, so code may not compile.

cbroderickgreeve avatar Jan 24 '24 13:01 cbroderickgreeve