No need to assign to any variable, we only need to ignore the next 4 bytes

This commit is contained in:
Madhura Jayaratne 2012-05-06 07:58:17 +05:30
parent 3bfee1e5b7
commit f286156c8e

View File

@ -162,8 +162,7 @@ if (isset($plugin_list)) {
function _loadHeaders()
{
$this->recordNumber = loadData("N", readFromBuffer(4));
//We read the length of the record
$tmp = loadData("N", readFromBuffer(4));
readFromBuffer(4);
$this->shapeType = loadData("V", readFromBuffer(4));
}