bah - removed snprintf.

SVN revision: 53259
This commit is contained in:
Carsten Haitzler 2010-10-11 07:31:12 +00:00
parent f1ec894769
commit e95ad0f97c
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ _edje_text_recalc_apply(Edje *ed, Edje_Real_Part *ep,
int len = strlen(font) + sizeof("edje/fonts/") + 1;
font2 = alloca(len);
sprintf(font2, "edje/fonts/%s", font);
font = font2;
inlined_font = 1;
}