diff --git a/gfx/widgets/gfx_widget_load_content_animation.c b/gfx/widgets/gfx_widget_load_content_animation.c index 13f1dd2ce7..ce550643b2 100644 --- a/gfx/widgets/gfx_widget_load_content_animation.c +++ b/gfx/widgets/gfx_widget_load_content_animation.c @@ -99,7 +99,7 @@ struct gfx_widget_load_content_animation_state char content_name[512]; char system_name[512]; char icon_directory[DIR_MAX_LENGTH]; - char icon_file[PATH_MAX_LENGTH]; + char icon_file[NAME_MAX_LENGTH]; bool has_icon; };