Missed a few.

This commit is contained in:
waltje
2018-04-01 23:47:45 -04:00
parent 8ef54202f9
commit 428747a5a5
2 changed files with 3 additions and 1 deletions

View File

@@ -337,7 +337,7 @@ pc_version(const char *platform)
void
pc_path(wchar_t *dst, int sz, wchar_t *src)
{
if ((src != NULL) && !wcsnicmp(src, usr_path, wcslen(usr_path)))
if ((src != NULL) && !wcscasecmp(src, usr_path))
src += wcslen(usr_path);
/*