mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
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:
parent
619ef906cd
commit
c22ee9d712
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user