[1/4] msvcirt: Add implementation of streambuf::allocate (try 2, resend)

Piotr Caban piotr.caban at gmail.com
Mon Jun 8 11:21:20 CDT 2015


On 06/08/15 15:56, Iván Matellanes wrote:
> +    ok(sb.ebuf - sb.base == 512 , "wrong reserve area size, expected 512 got %d\n", sb.ebuf - sb.base);
> +    ok(sb2.ebuf - sb2.base == 512 , "wrong reserve area size, expected 512 got %d\n", sb2.ebuf - sb2.base);
This will produce warning on 64-bit build. You can e.g. display both 
pointers in error message.

Sorry for not spotting it earlier,
Piotr





More information about the wine-devel mailing list