Re: msi: Fix strings with lengths that are exact multiples of 2^16.
24 Aug
2006
24 Aug
'06
11:42 a.m.
Mike McCormack <mike(a)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(a)winehq.org
7140
Age (days ago)
7140
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard