Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc_out.c 


Log Message:


and dont use buf! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_out.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- edje_cc_out.c       10 Oct 2004 04:25:42 -0000      1.28
+++ edje_cc_out.c       10 Oct 2004 04:29:21 -0000      1.29
@@ -351,8 +351,8 @@
                    }
                  else
                    {
-                      fprintf(stderr, "%s: Error. unable to load image for image part 
\"%s\" as \"%s\" part entry to %s \n",
-                              progname, img->entry, buf, file_out);    
+                      fprintf(stderr, "%s: Error. unable to load image for image 
\"%s\" part entry to %s \n",
+                              progname, img->entry, file_out); 
                       ABORT_WRITE(ef, file_out);
                    }
               }




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to