add big FIXME for fixme
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 2 Oct 2010 08:22:48 +0000 (08:22 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 2 Oct 2010 08:22:48 +0000 (08:22 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_decc.c

index a3b6c78..4cbdce8 100644 (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);