#29 Fix invalid short_description for empty short_description
This commit is contained in:
parent
a28101d523
commit
f4e3b0d606
@ -687,7 +687,7 @@ class Mp3Info {
|
|||||||
$raw = fread($fp, 4);
|
$raw = fread($fp, 4);
|
||||||
$data = unpack('C1encoding/A3language', $raw);
|
$data = unpack('C1encoding/A3language', $raw);
|
||||||
// read until \null character
|
// read until \null character
|
||||||
$short_description = null;
|
$short_description = '';
|
||||||
$last_null = false;
|
$last_null = false;
|
||||||
$actual_text = false;
|
$actual_text = false;
|
||||||
while (ftell($fp) < $dataEnd) {
|
while (ftell($fp) < $dataEnd) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user