From fc3f1c43f2535df5d853767623a085f1619e06b5 Mon Sep 17 00:00:00 2001 From: svollbehr Date: Sat, 10 May 2008 20:34:09 +0000 Subject: [PATCH] Minor fixes git-svn-id: http://php-reader.googlecode.com/svn/trunk@94 51a70ab9-7547-0410-9469-37e369ee0574 --- src/ID3v2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ID3v2.php b/src/ID3v2.php index 1af6e54..13828d6 100644 --- a/src/ID3v2.php +++ b/src/ID3v2.php @@ -363,7 +363,7 @@ final class ID3v2 } } fseek($fd, 0); - fwrite($fd, $tag, $tagLength); + fwrite($fd, $tag, $tagSize); fclose($fd); $this->_filename = $filename;