X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma_common.c;h=10633b5b7e46f5193782ecb5e13b1a57e2991459;hp=84f075ed017583b59b79cca5c50064ec9983424a;hb=fae6ed3cc6d240eefcc111bdd04f637e3cda5dd0;hpb=8e49c375efebe4d49c4ad0ea07405c7ed2665ec2 diff --git a/wma_common.c b/wma_common.c index 84f075ed..10633b5b 100644 --- a/wma_common.c +++ b/wma_common.c @@ -56,7 +56,7 @@ static int find_audio_stream_info(const char *buf, int len) if (!p) return -E_WMA_NO_GUID; - PARA_DEBUG_LOG("found audio stream guid@%0zx\n", p - buf); + PARA_DEBUG_LOG("found audio stream guid@%0x\n", p - buf); return p - buf + 16; }