mirror of
https://github.com/taglib/taglib.git
synced 2026-02-08 00:10:15 -05:00
size() to isEmpty() (#1131)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@ -315,7 +315,7 @@ void IT::File::read(bool)
|
||||
comment.append(sampleName);
|
||||
}
|
||||
|
||||
if(message.size() > 0)
|
||||
if(!message.isEmpty())
|
||||
comment.append(message);
|
||||
d->tag.setComment(comment.toString("\n"));
|
||||
d->tag.setTrackerName("Impulse Tracker");
|
||||
|
||||
Reference in New Issue
Block a user