Enlightenment CVS committal Author : kwo Project : e17 Module : libs/imlib2
Dir : e17/libs/imlib2/src/modules/loaders Modified Files: loader_id3.c Log Message: Be quiet if the file is rejected because it doesn't have a .mp3 extension. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/modules/loaders/loader_id3.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- loader_id3.c 22 Jul 2005 10:28:11 -0000 1.1 +++ loader_id3.c 24 Jul 2005 16:35:17 -0000 1.2 @@ -75,7 +75,6 @@ p = strrchr(im->real_file, '.'); if (! (p && p != im->real_file && !strcmp (p + 1, "mp3"))) { - fprintf (stderr, "Unknown extension %s\n", p + 1); return 0; } ------------------------------------------------------- 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