Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Translator/Loader/Gettext.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ protected function readIntegerList($num)
{
if ($this->littleEndian) {
return unpack('V' . $num, fread($this->file, 4 * $num));
} else {
return unpack('N' . $num, fread($this->file, 4 * $num));
}

return unpack('N' . $num, fread($this->file, 4 * $num));
}
}

0 comments on commit 41b8543

Please sign in to comment.