changeset 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 46670bb4a290
children 47768571681e
files data/fileio/MP3FileReader.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;