minor debugging changes
This commit is contained in:
parent
6493a7147f
commit
e790877b36
1 changed files with 5 additions and 0 deletions
|
|
@ -14146,6 +14146,7 @@ static void loadfonts(const char * const dir, int fatal)
|
||||||
user_font_styles[num_font_styles]->family = strdup(family);
|
user_font_styles[num_font_styles]->family = strdup(family);
|
||||||
user_font_styles[num_font_styles]->style = strdup(style);
|
user_font_styles[num_font_styles]->style = strdup(style);
|
||||||
num_font_styles++;
|
num_font_styles++;
|
||||||
|
//printf("Accepted: %s, %s, %s\n", d_names[i], family, style);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
@ -14163,6 +14164,10 @@ static void loadfonts(const char * const dir, int fatal)
|
||||||
}
|
}
|
||||||
TTF_CloseFont(font);
|
TTF_CloseFont(font);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
printf("could not open %s\n", d_names[i]);
|
||||||
|
}
|
||||||
show_progress_bar();
|
show_progress_bar();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue