From 1e6d645ce9735a2aac78e8d57b9f25bf547ea6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Panzenb=C3=B6ck?= Date: Tue, 14 Jun 2011 03:56:32 +0200 Subject: [PATCH] fixed a comment --- taglib/mod/modfile.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; }