From 884dfaa652cbaee515f18e1d0b59bca5738d4f79 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Sat, 31 Aug 2013 02:44:10 +0000 Subject: [PATCH] Oops, accidentally committed a extra ' ' that Joel had in his patch. --- src/export/ExportMP3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/export/ExportMP3.cpp b/src/export/ExportMP3.cpp index 94a0e590d..4ba1d68d7 100644 --- a/src/export/ExportMP3.cpp +++ b/src/export/ExportMP3.cpp @@ -2033,7 +2033,7 @@ void ExportMP3::AddFrame(struct id3_tag *tp, const wxString & n, const wxString id3_ucs4_t *ucs4 = id3_utf8_ucs4duplicate((id3_utf8_t *) (const char *) v.mb_str(wxConvUTF8)); - if (strcmp(name, ID3_FRAME_COMMENT) == 0) { + if (strcmp(name, ID3_FRAME_COMMENT) == 0) { // A hack to get around iTunes not recognizing the comment. The // language defaults to XXX and, since it's not a valid language, // iTunes just ignores the tag. So, either set it to a valid language