mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Introduce tr_str_is_empty to relay intent better
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user