Unverified Commit 7ffc573c authored by Wolle's avatar Wolle Committed by GitHub

Add files via upload

parent 70ce734a
......@@ -5263,7 +5263,6 @@ void Audio::seek_m4a_ilst(){
size_t temp = strlen((const char*)data + offset);
if(temp > 254) temp = 254;
memcpy(value, (data + offset), temp);
log_w("value %s, temp %i", value, temp);
value[temp] = '\0';
m_chbuf[0] = '\0';
if(i == 0) sprintf(m_chbuf, "Title: %s", value);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment