block/curl: %Z is not a valid conversion specifier
authormalc <av1474@comtv.ru>
Mon, 8 Feb 2010 09:44:55 +0000 (12:44 +0300)
committermalc <av1474@comtv.ru>
Mon, 8 Feb 2010 09:44:55 +0000 (12:44 +0300)
Signed-off-by: malc <av1474@comtv.ru>
block/curl.c

index 86ac81b..fe08f7b 100644 (file)
@@ -339,7 +339,7 @@ static int curl_open(BlockDriverState *bs, const char *filename, int flags)
     }
 
     if ((s->readahead_size & 0x1ff) != 0) {
-        fprintf(stderr, "HTTP_READAHEAD_SIZE %Zd is not a multiple of 512\n",
+        fprintf(stderr, "HTTP_READAHEAD_SIZE %zd is not a multiple of 512\n",
                 s->readahead_size);
         goto out_noclean;
     }