--- Input/mpg123/fileinfo.c.orig Tue Jun 22 18:27:17 1999 +++ Input/mpg123/fileinfo.c Tue Jun 22 18:28:57 1999 @@ -353,7 +353,7 @@ if ((fd = open(current_filename, O_RDONLY)) != -1) { - lseek(fd, -sizeof (tag), SEEK_END); + lseek(fd, -128, SEEK_END); if (read(fd, &tag, sizeof (tag)) == sizeof (tag)) { if (!strncmp(tag.tag, "TAG", 3))