No need to assign to any variable, we only need to ignore the next 4 bytes
This commit is contained in:
parent
3bfee1e5b7
commit
f286156c8e
@ -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));
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user