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

SVN revision: 25991
This commit is contained in:
David Walter Seikel 2006-09-21 00:00:01 +00:00
parent 07e0718cf8
commit 73c3668895
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ evas_image_load_file_xpm(RGBA_Image *im, const char *file, const char *key, int
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;