Open GoogleCodeExporter opened 9 years ago
Patch by modifying the function to:
function read16bitstring($data, $start) {
$len = 0;
while (ord($data[$start + $len]) + ord($data[$start + $len + 1]) > 0) $len++;
return substr($data, $start, $len+1);
}
Original comment by carsten....@gmail.com
on 17 Aug 2012 at 11:07
Original issue reported on code.google.com by
d...@cimpress.com
on 9 Jul 2010 at 4:41