Revision 2000cbc5

b/block/qcow2.c
642 642
static int preallocate(BlockDriverState *bs)
643 643
{
644 644
    BDRVQcowState *s = bs->opaque;
645
    uint64_t cluster_offset;
645
    uint64_t cluster_offset = 0;
646 646
    uint64_t nb_sectors;
647 647
    uint64_t offset;
648 648
    int num;

Also available in: Unified diff