tag: no CamelCase

Renamed numOfItems to num_items.
This commit is contained in:
Max Kellermann
2009-02-27 09:01:55 +01:00
parent 5b07cbf0b4
commit 75c2029b1c
13 changed files with 60 additions and 65 deletions

View File

@@ -274,7 +274,7 @@ static void
copy_tag_to_vorbis_comment(struct vorbis_encoder *encoder,
const struct tag *tag)
{
for (unsigned i = 0; i < tag->numOfItems; i++) {
for (unsigned i = 0; i < tag->num_items; i++) {
switch (tag->items[i]->type) {
case TAG_ITEM_ARTIST:
add_tag(encoder, "ARTIST", tag->items[i]->value);