Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        Epsilon.c 


Log Message:
hush warnings, fix a dumb fprintf mistake i merged into jerome's patch
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/epsilon/src/lib/Epsilon.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- Epsilon.c   16 Jul 2005 15:50:10 -0000      1.12
+++ Epsilon.c   16 Jul 2005 15:54:39 -0000      1.13
@@ -118,7 +118,6 @@
 {
   if (e && w > 0 && h > 0)
     {
-      char buf[PATH_MAX];
       e->w = w;
       e->h = h;
     }
@@ -517,7 +516,7 @@
          }
        else
          {
-           fprintf (fprintf, "Cannot create buffer canvas! ERROR!\n");
+           fprintf (stderr, "Cannot create buffer canvas! ERROR!\n");
            return (EPSILON_FAIL);
          }
       }




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to