Commit 327d4861 authored by Eric Wong's avatar Eric Wong

oggvorbis_plugin.c: eek, I'm a moron..

git-svn-id: https://svn.musicpd.org/mpd/trunk@4081 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent e3155820
......@@ -180,7 +180,7 @@ static MpdTag * oggCommentsParse(char ** comments) {
while(*comments) {
int j;
for (j = TAG_NUM_OF_ITEM_TYPES - 1; --j >= 0; ) {
for (j = TAG_NUM_OF_ITEM_TYPES; --j >= 0; ) {
if (ogg_parseCommentAddToTag(*comments, j, &tag))
break;
}
......
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