]> granicus.if.org Git - taglib/commitdiff
fixed a comment
authorMathias Panzenböck <grosser.meister.morti@gmx.net>
Tue, 14 Jun 2011 01:56:32 +0000 (03:56 +0200)
committerMathias Panzenböck <grosser.meister.morti@gmx.net>
Tue, 14 Jun 2011 01:56:32 +0000 (03:56 +0200)
taglib/mod/modfile.cpp

index 4525f119a8e26176bef1736660053f0884cd2624..669db096968961025bb368b0ef8040b69955cd57 100644 (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;
 }