Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 727 → Rev 728

/trunk/vendor/danielmarschall/php_utils/git_utils.inc.php
127,6 → 127,7
// Find the exact object number
fseek($fp, $fanout_offset + 4*256 + 20*$object_no);
$object_no--;
$pack_offset = -1; // avoid that phpstan complains
do {
$object_no++;
if ($version == 1) {