Skip to content

tutorials: Simplify string check

Emmanuele Bassi requested to merge ebassi/for-main into main

There's no need to check for an empty string: the buffer will either return NULL or a valid string.

Merge request reports