Mercurial > hg > svcore
diff data/fileio/MP3FileReader.cpp @ 1334:4cd64fc573f3 3.0-integration
Fix some compiler warnings
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 03 Jan 2017 11:55:29 +0000 |
parents | ff9697592bef |
children | 47768571681e |
line wrap: on
line diff
--- a/data/fileio/MP3FileReader.cpp Mon Dec 19 16:34:38 2016 +0000 +++ b/data/fileio/MP3FileReader.cpp Tue Jan 03 11:55:29 2017 +0000 @@ -584,7 +584,7 @@ if (!data->reader->m_decodeErrorShown) { char buffer[256]; snprintf(buffer, 255, - "MP3 decoding error 0x%04x (%s) at byte offset %lu", + "MP3 decoding error 0x%04x (%s) at byte offset %lld", stream->error, mad_stream_errorstr(stream), ix); SVCERR << "Warning: in file \"" << data->reader->m_path << "\": " << buffer << " (continuing; will not report any further decode errors for this file)" << endl;