From 75c2029b1c3b59a5922eebc7cf91607758823c45 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 27 Feb 2009 09:01:55 +0100 Subject: tag: no CamelCase Renamed numOfItems to num_items. --- src/decoder/_flac_common.c | 2 +- src/decoder/vorbis_plugin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder') diff --git a/src/decoder/_flac_common.c b/src/decoder/_flac_common.c index 63dc6e145..6c2d19fd9 100644 --- a/src/decoder/_flac_common.c +++ b/src/decoder/_flac_common.c @@ -158,7 +158,7 @@ flac_parse_comment(struct tag *tag, for (unsigned i = 0; i < TAG_NUM_OF_ITEM_TYPES; ++i) if (flac_copy_comment(tag, entry, - mpdTagItemKeys[i], i)) + tag_item_names[i], i)) return; } diff --git a/src/decoder/vorbis_plugin.c b/src/decoder/vorbis_plugin.c index 5d1611c97..f53629888 100644 --- a/src/decoder/vorbis_plugin.c +++ b/src/decoder/vorbis_plugin.c @@ -183,7 +183,7 @@ vorbis_parse_comment(struct tag *tag, const char *comment) for (unsigned i = 0; i < TAG_NUM_OF_ITEM_TYPES; ++i) if (vorbis_copy_comment(tag, comment, - mpdTagItemKeys[i], i)) + tag_item_names[i], i)) return; } -- cgit v1.2.3