From 9bc62517969c654cc2191697fbee933f82a560c2 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@1b90f75b-8b96-4784-87c0-14078182fce6> Date: Fri, 21 Mar 2008 04:22:04 +0000 Subject: [PATCH] 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 --- src/delete.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/delete.cpp b/src/delete.cpp index 6bd218e..0231012 100755 --- a/src/delete.cpp +++ b/src/delete.cpp @@ -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; }