diff --git a/bc/file/path/Path.cpp b/bc/file/path/Path.cpp index 76f6ece..27154c0 100644 --- a/bc/file/path/Path.cpp +++ b/bc/file/path/Path.cpp @@ -50,7 +50,7 @@ QuickNative::QuickNative(const char* path) { auto resolvedPath = static_cast(Memory::Allocate(resolvedSize)); resolvedPath[resolvedSize-1] = '\0'; - bool wasResolved = ResolvePosixCasePath(nativepath, resolvedPath); + bool wasResolved = ResolvePosixCasePath(nativePath, resolvedPath); if (!wasResolved) { Memory::Free(resolvedPath); return;