We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ce734 commit 7ffc573Copy full SHA for 7ffc573
src/Audio.cpp
@@ -5263,7 +5263,6 @@ void Audio::seek_m4a_ilst(){
5263
size_t temp = strlen((const char*)data + offset);
5264
if(temp > 254) temp = 254;
5265
memcpy(value, (data + offset), temp);
5266
- log_w("value %s, temp %i", value, temp);
5267
value[temp] = '\0';
5268
m_chbuf[0] = '\0';
5269
if(i == 0) sprintf(m_chbuf, "Title: %s", value);
0 commit comments