mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
comments++
This commit is contained in:
parent
4b754b1bc6
commit
4b44f25048
@ -177,6 +177,12 @@ void IT::File::read(bool)
|
||||
*/
|
||||
|
||||
StringList comment;
|
||||
// Note: I found files that have nil characters somewhere
|
||||
// in the instrument/sample names and more characters
|
||||
// afterwards. The spec does not mention such a case.
|
||||
// Currently I just discard anything after a nil, but
|
||||
// e.g. VLC seems to interprete a nil as a space. I
|
||||
// don't know what is the proper behaviour.
|
||||
for(ushort i = 0; i < instrumentCount; ++ i)
|
||||
{
|
||||
seek(192L + length + ((long)i << 2));
|
||||
|
Loading…
Reference in New Issue
Block a user