mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
Merge remote-tracking branch 'origin/master' into develop
# Conflicts: # core/expressioncache.class.inc.php
This commit is contained in:
@@ -1218,7 +1218,7 @@ class ArchiveTar
|
||||
$iBufferLen = strlen("$v_buffer");
|
||||
if ($iBufferLen != $iLen)
|
||||
{
|
||||
$iPack = ((int)($iBufferLen / 512) + 1) * 512;
|
||||
$iPack = (ceil($iBufferLen / 512)) * 512;
|
||||
$sPack = sprintf('a%d', $iPack);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user