]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp3_afh.c
REQUIREMENTS: Kill an incomplete sentence, add git.
[paraslash.git] / mp3_afh.c
index 710b6a50aa149f5f2192c591a1e0a50c649543dd..fe174ea89276dc4298ed9c86b7d0c60ee6eb0624 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -144,11 +144,11 @@ static void write_info_str(struct afh_info *afhi)
                "%s: A: %s, Y: %s, C: %s\n", /* taginfo 2*/
                status_item_list[SI_AUDIO_FILE_INFO], mp3.vbr? 'v' : 'c',
                        header_mode(&mp3.header),
                "%s: A: %s, Y: %s, C: %s\n", /* taginfo 2*/
                status_item_list[SI_AUDIO_FILE_INFO], mp3.vbr? 'v' : 'c',
                        header_mode(&mp3.header),
-               status_item_list[SI_TAG_INFO1], v && *mp3.id3.title?
+               status_item_list[SI_TAGINFO1], v && *mp3.id3.title?
                        mp3.id3.title : "(title tag not set)",
                        v && *mp3.id3.artist?
                        mp3.id3.artist : "(artist tag not set)",
                        mp3.id3.title : "(title tag not set)",
                        v && *mp3.id3.artist?
                        mp3.id3.artist : "(artist tag not set)",
-               status_item_list[SI_TAG_INFO2],
+               status_item_list[SI_TAGINFO2],
                        v && *mp3.id3.album?
                                mp3.id3.album : "(album tag not set)",
                        v && *mp3.id3.year? mp3.id3.year : "????",
                        v && *mp3.id3.album?
                                mp3.id3.album : "(album tag not set)",
                        v && *mp3.id3.year? mp3.id3.year : "????",