30 May
2012
30 May
'12
11:32 a.m.
Oleksij Rempel <bug-track(a)fisher-privat.net> writes:
@@ -3961,6 +3962,8 @@ static int INT21_FindNext( CONTEXT *context ) INT21_FindPath = dta->fullPath = NULL; } dta->count = n; + p = dta->filename; + for ( ; *p; p++) *p = toupper(*p);
Using toupper is probably not a good idea on OEM codepage strings. Which app depends on this? -- Alexandre Julliard julliard(a)winehq.org