Fix null
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user