aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-25 12:04:32 +0000
committerMario <mario@mariovavti.com>2021-05-25 12:04:32 +0000
commitd863ba1b2a62ec9f73cc8915dfdb8727368b6b8d (patch)
tree910c563940d30c4d4bd6c419c5a4abc6cf304739 /vendor
parent175001eccdae4fbc92aa95aae74d57cfece6196a (diff)
downloadvolse-hubzilla-d863ba1b2a62ec9f73cc8915dfdb8727368b6b8d.tar.gz
volse-hubzilla-d863ba1b2a62ec9f73cc8915dfdb8727368b6b8d.tar.bz2
volse-hubzilla-d863ba1b2a62ec9f73cc8915dfdb8727368b6b8d.zip
syntax error
Diffstat (limited to 'vendor')
-rw-r--r--vendor/lukasreschke/id3parser/src/getID3/getid3_lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/lukasreschke/id3parser/src/getID3/getid3_lib.php b/vendor/lukasreschke/id3parser/src/getID3/getid3_lib.php
index 2cb3b2d09..40a1c4ba4 100644
--- a/vendor/lukasreschke/id3parser/src/getID3/getid3_lib.php
+++ b/vendor/lukasreschke/id3parser/src/getID3/getid3_lib.php
@@ -273,7 +273,7 @@ class getid3_lib
$binvalue = '';
$bytewordlen = strlen($byteword);
for ($i = 0; $i < $bytewordlen; $i++) {
- $binvalue .= str_pad(decbin(ord($byteword[$i]})), 8, '0', STR_PAD_LEFT);
+ $binvalue .= str_pad(decbin(ord($byteword[$i])), 8, '0', STR_PAD_LEFT);
}
return $binvalue;
}