1
0
This commit is contained in:
Scott E. Graves
2017-04-06 13:53:53 -05:00
parent dd4b93693b
commit 8ebc8694b1

View File

@@ -704,7 +704,7 @@ private:
::CloseHandle(tempHandle);
}
CEventSystem::EventSystem.NotifyEvent(CreateSystemEvent(DokanGetFileInformation(openFileInfo->CacheFilePath, fileName, opened, ret)));
CEventSystem::EventSystem.NotifyEvent(CreateSystemEvent(DokanGetFileInformation(cachFileLocation, fileName, opened, ret)));
return ret;
}