From: Mathias Panzenböck Date: Tue, 14 Jun 2011 01:56:32 +0000 (+0200) Subject: fixed a comment X-Git-Tag: v1.8beta~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e6d645ce9735a2aac78e8d57b9f25bf547ea6d1;p=taglib fixed a comment --- diff --git a/taglib/mod/modfile.cpp b/taglib/mod/modfile.cpp index 4525f119..669db096 100644 --- a/taglib/mod/modfile.cpp +++ b/taglib/mod/modfile.cpp @@ -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; }