Skip to content

Commit

Permalink
src/file_mad.c : Fix compiler warning.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.metadecks.org/sweep/trunk@720 e2d53364-18fc-0310-981e-b60a84739af0
  • Loading branch information
erikd committed May 30, 2010
1 parent f9bc754 commit 2fb0259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_mad.c
Expand Up @@ -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;
Expand Down

0 comments on commit 2fb0259

Please sign in to comment.