Update taglib

This commit is contained in:
Jonas Kvinge
2019-08-07 19:29:40 +02:00
parent 12bd6f0d9b
commit 61253b5551
6 changed files with 45 additions and 16 deletions

View File

@@ -493,6 +493,7 @@ void FileStream::truncate(long length)
#else
fflush(d->file);
const int error = ftruncate(fileno(d->file), length);
if(error != 0)
debug("FileStream::truncate() -- Coundn't truncate the file.");