tagger 0.1 checkin had a typo (a /. URL that wasn't commented out) in delete.cpp

git-svn-id: https://svn.salfter.gotdns.org/svn/tagger@125 1b90f75b-8b96-4784-87c0-14078182fce6
This commit is contained in:
(no author)
2008-03-21 04:22:04 +00:00
parent 7eb8c462cc
commit 9bc6251796

View File

@@ -44,7 +44,7 @@ int deletetag (int argc, char** argv, int startarg)
tag->removeField("REPLAYGAIN_ALBUM_GAIN");
tag->removeField("REPLAYGAIN_ALBUM_PEAK");
file->save();http://hardware.slashdot.org/article.pl?sid=05/10/27/0047250&tid=184
file->save();
delete file;
cout << argv[i] << ": Vorbis tag removed" << endl;
}