size() to isEmpty() (#1131)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2023-09-06 12:23:28 -07:00
committed by GitHub
parent 912897cd35
commit 528b84fbde
4 changed files with 5 additions and 5 deletions

View File

@ -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");