mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(file): nativepath/nativePath
This commit is contained in:
parent
50881662ae
commit
493bf0e389
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ QuickNative::QuickNative(const char* path) {
|
||||||
auto resolvedPath = static_cast<char*>(Memory::Allocate(resolvedSize));
|
auto resolvedPath = static_cast<char*>(Memory::Allocate(resolvedSize));
|
||||||
resolvedPath[resolvedSize-1] = '\0';
|
resolvedPath[resolvedSize-1] = '\0';
|
||||||
|
|
||||||
bool wasResolved = ResolvePosixCasePath(nativepath, resolvedPath);
|
bool wasResolved = ResolvePosixCasePath(nativePath, resolvedPath);
|
||||||
if (!wasResolved) {
|
if (!wasResolved) {
|
||||||
Memory::Free(resolvedPath);
|
Memory::Free(resolvedPath);
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue