Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/loaders/xpm


Modified Files:
        evas_image_load_xpm.c 


Log Message:
printf added so that we can sort out why it's crashing for Hawkwind.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/loaders/xpm/evas_image_load_xpm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_image_load_xpm.c       6 Sep 2006 07:28:46 -0000       1.2
+++ evas_image_load_xpm.c       21 Sep 2006 00:00:01 -0000      1.3
@@ -114,6 +114,9 @@
    int                 count, pixels;
 
    if (!file) return 0;
+
+printf("evas_image_load_file_xpm(%s, %s, %d)\n", file, key, load_data);
+
    done = 0;
 //   transp = -1;
    transp = 0;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to