mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-29 07:29:22 +00:00
It correctly warns about potentially dereferencing NULL chat in a log statement. However, chat can semantically never be NULL in that call, and it's just a defensive check. Still good to fix for clarity.