fixed a comment

This commit is contained in:
Mathias Panzenböck 2011-06-14 03:56:32 +02:00
parent 65fb9733b9
commit 1e6d645ce9

View File

@ -71,11 +71,9 @@ Mod::Properties *Mod::File::audioProperties() const
bool Mod::File::save()
{
// note: if title starts with "Extended Module: "
// the file would look like an .xm file
seek(0);
writeString(d->tag.title(), 20, ' ');
// TODO: write comment as sample names
// TODO: write comment as instrument names
return true;
}