Mercurial > libavformat.hg
diff matroska.c @ 396:96f8086bc2ba libavformat
warning patrol
author | mellum |
---|---|
date | Wed, 24 Mar 2004 23:32:48 +0000 |
parents | 7be99ba54f0f |
children | 74c55d401dff |
line wrap: on
line diff
--- a/matroska.c Wed Mar 24 19:03:20 2004 +0000 +++ b/matroska.c Wed Mar 24 23:32:48 2004 +0000 @@ -927,7 +927,7 @@ return res; if (num > sizeof(uint32_t)) { av_log(matroska->ctx, AV_LOG_ERROR, - "IDs of size %llu (> %d) not supported\n", + "IDs of size %llu (> %zu) not supported\n", num, sizeof(uint32_t)); return AVERROR_INVALIDDATA; }