From 2fb025954db3addd4a3518312cbeb2db770298b8 Mon Sep 17 00:00:00 2001 From: erikd Date: Sun, 30 May 2010 08:21:05 +0000 Subject: [PATCH] src/file_mad.c : Fix compiler warning. git-svn-id: http://svn.metadecks.org/sweep/trunk@720 e2d53364-18fc-0310-981e-b60a84739af0 --- src/file_mad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file_mad.c b/src/file_mad.c index 7a019c5..f482d86 100644 --- a/src/file_mad.c +++ b/src/file_mad.c @@ -286,7 +286,7 @@ enum mad_flow error(void *data, /* else fall through */ default: - fprintf(stderr, "decoding error 0x%04x (%s) at byte offset %u\n", + fprintf(stderr, "decoding error 0x%04x (%s) at byte offset %ld\n", stream->error, mad_stream_errorstr(stream), stream->this_frame - info->start); break;