Enlightenment CVS committal

Author  : digitalfallout
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container


Modified Files:
        container_plugin.c 


Log Message:
fprintf now prints to stderr, thanks to tobb 

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/container/container_plugin.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- container_plugin.c  14 Jan 2004 04:32:58 -0000      1.7
+++ container_plugin.c  16 Jan 2004 16:50:37 -0000      1.8
@@ -115,7 +115,7 @@
     int error = lt_dlclose(p->handle);
     if (error)
     {
-      fprintf("ERROR: lt_dlclose (%s)\n", lt_dlerror());  
+      fprintf(stderr, "ERROR: lt_dlclose (%s)\n", lt_dlerror());  
     }
   }
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to