Minor fixes
git-svn-id: http://php-reader.googlecode.com/svn/trunk@94 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -363,7 +363,7 @@ final class ID3v2
|
||||
}
|
||||
}
|
||||
fseek($fd, 0);
|
||||
fwrite($fd, $tag, $tagLength);
|
||||
fwrite($fd, $tag, $tagSize);
|
||||
fclose($fd);
|
||||
|
||||
$this->_filename = $filename;
|
||||
|
||||
Reference in New Issue
Block a user