CVS_SILENT oops -- didn't mean to check this in

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@289568 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler 2004-02-20 01:42:10 +00:00
parent 619ef906cd
commit c22ee9d712

View File

@ -35,6 +35,6 @@ int main(int argc, char *argv[])
std::cout << "******************** Stripping ID3v1 Tag From: \"" << argv[i] << "\"********************" << std::endl;
MPEG::File f(argv[i]);
f.strip();
f.strip(MPEG::File::ID3v1);
}
}