The left side of the expression was always true
This commit is contained in:
Pavel Shlyak 2019-11-14 19:56:44 +03:00 committed by Clement Lefebvre
parent 4dff6fa7e1
commit eda7a9a23c
1 changed files with 1 additions and 1 deletions

View File

@ -3589,7 +3589,7 @@ delete_file_finished (GFile *file,
/* Process the next file */ /* Process the next file */
data->iter = data->iter->next; data->iter = data->iter->next;
} }
else if (!ok && error != NULL) else if (error != NULL)
{ {
gint code = error->code; gint code = error->code;
g_error_free (error); g_error_free (error);