}
String comment = getField(listener, bytes, counter, 30);
counter += 30;
if (null != comment)
result.addComment(comment);
if (null != listener)
listener.logWithLength("id3v1 comment", comment);
if (bytes[counter - 2] == 0 && bytes[counter - 1] != 0)
{