]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/stacker/file/class_BaseFileStack.php
Continued:
[core.git] / framework / main / classes / stacker / file / class_BaseFileStack.php
index f904afb5d69772faf05bfc832e37e363884993c9..8a81139ad29b1d15f57b6355bd710227bf0af027 100644 (file)
@@ -282,7 +282,7 @@ abstract class BaseFileStack extends BaseStacker {
                /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('BASE-FILE-STACK: Calling this->readStackHeader() ...');
                $this->readStackHeader();
 
-               // Is the index loaded correctly and the stack file is just created?
+               // Is the index loaded correctly, e.g. the stack file is just created?
                /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('BASE-FILE-STACK: Calling this->indexInstance->isIndexLoaded() ...');
                if (!$this->getIndexInstance()->isIndexLoaded()) {
                        /*
@@ -712,7 +712,7 @@ abstract class BaseFileStack extends BaseStacker {
                $rawData = sprintf('%s%s%s%s%s',
                        $stackName,
                        BinaryFile::SEPARATOR_GROUP_HASH,
-                       hex2bin($hash),
+                       $hash,
                        BinaryFile::SEPARATOR_HASH_VALUE,
                        $encoded
                );