On Thursday 29 November 2007, André Przywara wrote:
> -    qemu_get_be32s(f, &depth);
> +    qemu_get_be32s(f, (uint32_t *)&depth);

This is almost certainly the wrong way to fix this.

Paul


Reply via email to