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

fixed extra 'U's and added tag_get_frame #15

Closed harsh97 closed 5 years ago

harsh97 commented 7 years ago

tag_get_frame method was added and the extra "u"s which were getting printed was fixed

larsbs commented 7 years ago

I added some comments, mainly style related. After you fix them, I will merge the pull request. Thanks for taking your time to contribute to the library.