fix issue #50 app_offline.htm is case sensitive (#54)

This commit is contained in:
pan-wang 2017-01-04 15:57:09 -08:00 committed by GitHub
parent 4e96bbdfe5
commit a4963aa6da
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ HRESULT
//
// check whether the monitored file got changed
//
if (wcsncmp(pNotificationInfo->FileName,
if (_wcsnicmp(pNotificationInfo->FileName,
_strFileName.QueryStr(),
pNotificationInfo->FileNameLength/sizeof(WCHAR)) == 0)
{