Minor fixes

git-svn-id: http://php-reader.googlecode.com/svn/trunk@94 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
svollbehr
2008-05-10 20:34:09 +00:00
parent f85884f492
commit fc3f1c43f2

View File

@@ -363,7 +363,7 @@ final class ID3v2
}
}
fseek($fd, 0);
fwrite($fd, $tag, $tagLength);
fwrite($fd, $tag, $tagSize);
fclose($fd);
$this->_filename = $filename;