Skip to content

Commit 193b9b6

Browse files
committed
Buildfix #2
1 parent 9cee488 commit 193b9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/task_pl_thumbnail_download.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ static void task_pl_thumbnail_download_handler(retro_task_t *task)
453453
{
454454
/* Update progress display */
455455
task_free_title(task);
456-
if (pl_thumb->thumbnail_path_data->content_label)
456+
if (*pl_thumb->thumbnail_path_data->content_label)
457457
task_set_title(task, strdup(pl_thumb->thumbnail_path_data->content_label));
458458
else
459459
task_set_title(task, strdup(""));

0 commit comments

Comments
 (0)