Updated unrar source from 5.9.4 to 6.0.5
This commit is contained in:
1
deps/unrar/unicode.cpp
vendored
1
deps/unrar/unicode.cpp
vendored
@@ -471,6 +471,7 @@ int wcsnicomp(const wchar *s1,const wchar *s2,size_t n)
|
||||
}
|
||||
|
||||
|
||||
// Case insensitive wcsstr().
|
||||
const wchar_t* wcscasestr(const wchar_t *str, const wchar_t *search)
|
||||
{
|
||||
for (size_t i=0;str[i]!=0;i++)
|
||||
|
||||
Reference in New Issue
Block a user