Fix compilation error

This commit is contained in:
Wojtek Figat
2024-06-13 23:01:51 +02:00
parent b760dcdb58
commit f02e7d0936

View File

@@ -39,7 +39,7 @@ void DirectoryWatchCallback( ConstFSEventStreamRef StreamRef, void* FileWatcherP
{
action = FileSystemAction::Rename;
}
if (rmodified)
if (modified)
{
action = FileSystemAction::Modify;
}