Does anyone know what the cause of this error?
Code:
Notice: Uninitialized string offset: 0 in AdobeHDS.php on line 1661
Warning: unpack(): Type C: not enough input, need 1, have 0 in AdobeHDS.php on line 1661
Code:
{
$int = unpack('C', $str[$pos]);
return $int[1];
}