shithub: aacdec

Download patch

ref: ce7117ae8702c3ab086d408ddd14df17cdeccdfd
parent: b077292778791b645ae85bc6fc44723aa731d43e
author: menno <menno>
date: Mon Feb 11 06:33:44 EST 2002

Fixed ID3 title bug

--- a/common/faad/id3v2tag.c
+++ b/common/faad/id3v2tag.c
@@ -16,7 +16,7 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: id3v2tag.c,v 1.2 2002/01/21 17:04:27 menno Exp $
+** $Id: id3v2tag.c,v 1.3 2002/02/11 11:33:44 menno Exp $
 **/
 
 #define WIN32_LEAN_AND_MEAN
@@ -1104,6 +1104,7 @@
             }
         }
 
+        *out = '\0';
         ID3Tag_Delete(tag);
     }