compiler warning --

This commit is contained in:
Davide Andreoli 2023-12-10 07:32:26 +01:00
parent 3e8bd2202e
commit f378335b3f
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ static void
_theme_load(void) _theme_load(void)
{ {
char *name; char *name;
char buf[15]; char buf[32];
int i = 1; int i = 1;
name = edje_file_data_get(population->conf->theme, "PopulationName"); name = edje_file_data_get(population->conf->theme, "PopulationName");