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.
- my patch was wrong at dlls/kernel32/computernames.c matyapiro31
- Re: my patch was wrong at dlls/kernel32/computernames... Marcus Meissner