Introduce tr_str_is_empty to relay intent better

This commit is contained in:
Mike Gelfand
2019-07-13 11:52:44 +03:00
parent bff188c2cf
commit a3e4919385
30 changed files with 73 additions and 66 deletions

View File

@@ -252,7 +252,7 @@ static void onResponse(GtkDialog* d, int response, gpointer user_data)
{
char* const str = tracker_strings[i];
if (*str == '\0')
if (tr_str_is_empty(str))
{
++tier;
}