my patch was wrong at dlls/kernel32/computernames.c

matyapiro31 matyapiro31 at gmail.com
Thu Aug 29 09:31:06 CDT 2013


From
if ( isalnumW ( wc ) ) return wc;
for ( i = 0; i < 17; i++ )
To
if ( isalnumW ( wc ) ) return wc;
for ( i = 0; i < 16; i++ )
and the original version was wrong,too.
It counts the NULL of the end.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130829/c9c7af01/attachment.html>


More information about the wine-devel mailing list