Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : eplayer
Dir : misc/eplayer/src/input/vorbis
Modified Files:
vorbis.c
Log Message:
tag recognition is case-insensitive
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/input/vorbis/vorbis.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- vorbis.c 7 Dec 2003 10:32:41 -0000 1.5
+++ vorbis.c 6 Jan 2004 18:11:47 -0000 1.6
@@ -28,7 +28,7 @@
cmt = vc->user_comments[i];
for (j = 0; j < COMMENT_ID_NUM; j++)
- if (!strncmp(cmt, key[j], len[j]))
+ if (!strncasecmp(cmt, key[j], len[j]))
snprintf(comment[j], MAX_COMMENT_LEN, "%s",
&cmt[len[j]]);
}
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs