Commit 3081b33e authored by Claes Sjofors's avatar Claes Sjofors

Convert image, print if not converted

parent 7001f0b7
......@@ -88,8 +88,9 @@ int cnv_get_image(char* fname, cnv_tImImage* image, cnv_tPixmap* pixmap)
if (!*image)
return 0;
*pixmap = (cnv_tPixmap)Imlib_move_image(imlib, (ImlibImage*)*image);
#else
printf("** Image not converted: %s\n", fname);
#endif
return 1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment