msi: Fix strings with lengths that are exact multiples of 2^16.

Alexandre Julliard julliard at winehq.org
Thu Aug 24 05:42:30 CDT 2006


Mike McCormack <mike at codeweavers.com> writes:

>      if ( datasize != offset )
> -        ERR("string table load failed! (%08x != %08lx)\n", datasize, offset );
> +    {
> +        ERR("string table load failed! (%08x != %08lx), please report\n", datasize, offset );
> +        ExitProcess(1);
> +    }

Surely it could fail more nicely than by killing the whole process...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list