block/curl: %Z is not a valid conversion specifier

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2010-02-08 12:44:55 +03:00
parent e8105ebb94
commit 48a402e693
1 changed files with 1 additions and 1 deletions

View 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;
}