fsck.c: Fix typo.
[paraslash.git] / aac_afh.c
index 4941fb1f41c2941e0c31f1aa0fe076b0ae03b5a5..11dde5711976daad4ca42da1d6c8ca895e7a3972 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -139,8 +139,8 @@ static int aac_get_file_info(char *map, size_t numbytes,
        afhi->bitrate = ret / (channels * afhi->seconds_total * 1000);
        sprintf(afhi->info_string, "%s:\n%s:\n%s:\n",
                status_item_list[SI_AUDIO_FILE_INFO],
-               status_item_list[SI_TAG_INFO1],
-               status_item_list[SI_TAG_INFO2]
+               status_item_list[SI_TAGINFO1],
+               status_item_list[SI_TAGINFO2]
        );
        tv_scale(20, &afhi->chunk_tv, &afhi->eof_tv);
        ret = 1;