larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

(#12) Fixed the tag reading bug. #13

Closed hopeseekr closed 8 years ago

hopeseekr commented 8 years ago

Fixed the bug caused by PR #9: Add buffering support. See Issue #12: Reading Tags Just Doesn't Work.

Obviously, this was some incredibly sloppy code that was NEVER TESTED BY ANYONE, because it obviously doesn't work.

Has this library really been completely broken for an entire yearo??