Ticket #14207: 14207.patch
| File 14207.patch, 416 bytes (added by , 15 years ago) |
|---|
-
wp-includes/pomo/streams.php
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 false; 114 117 } 115 118 116 119 function seekto($pos) {