Ticket #14207: streams.patch
| File streams.patch, 637 bytes (added by , 15 years ago) |
|---|
-
wp-includes/pomo/streams.php
Eigenschaftsänderungen: . ___________________________________________________________________ Hinzugefügt: svn:ignore + favicon.ico gzip_js_css.php news-sitemap.php phpinfo.php reset_password.php wp-config.php wptex
110 110 } 111 111 112 112 function read($bytes) { 113 return fread($this->_f, $bytes); 113 if ( empty($bytes) ) 114 return fread($this->_f, $bytes); 115 else 116 return; 114 117 } 115 118 116 119 function seekto($pos) {