mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
fixed a comment
This commit is contained in:
parent
65fb9733b9
commit
1e6d645ce9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user