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 коммит произвёл GitHub
Родитель 4e96bbdfe5
Коммит a4963aa6da
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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