Revision 48a402e6

b/block/curl.c
339 339
    }
340 340

  
341 341
    if ((s->readahead_size & 0x1ff) != 0) {
342
        fprintf(stderr, "HTTP_READAHEAD_SIZE %Zd is not a multiple of 512\n",
342
        fprintf(stderr, "HTTP_READAHEAD_SIZE %zd is not a multiple of 512\n",
343 343
                s->readahead_size);
344 344
        goto out_noclean;
345 345
    }

Also available in: Unified diff