[wp-trac] [WordPress Trac] #14207: streams.php, POMO_FileReader $length parameter of fread
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 4 12:01:41 UTC 2011
#14207: streams.php, POMO_FileReader $length parameter of fread
-----------------------------------------+-----------------------------
Reporter: bueltge | Owner: nbachiyski
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: Future Release
Component: I18N | Version: 3.0
Severity: major | Resolution:
Keywords: has-patch reporter-feedback |
-----------------------------------------+-----------------------------
Comment (by bueltge):
I have check this on my development-version and now works fine, no errors
for fread. Thanks
{{{
function read($bytes) {
if ( !empty($bytes) )
return fread($this->_f, $bytes);
else
return false;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14207#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list