add big FIXME for fixme

SVN revision: 52978
This commit is contained in:
Mike Blumenkrantz 2010-10-02 08:22:48 +00:00
parent 52ad489422
commit 2c1c6f633d
1 changed files with 3 additions and 1 deletions

View File

@ -290,7 +290,8 @@ output(void)
void *font;
int fontsize;
char out[4096];
/* FIXME!!!! */
/* should be fn->entry -v */
snprintf(out, sizeof(out), "edje/fonts/%s", fn->file);
font = eet_read(ef, out, &fontsize);
if (font)
@ -298,6 +299,7 @@ output(void)
FILE *f;
char *pp;
/* should be fn->file -v */
snprintf(out, sizeof(out), "%s/%s", outdir, fn->entry);
INF("Output Font: %s", out);
pp = strdup(out);