diff --git a/src/common/debugger.cpp b/src/common/debugger.cpp index 7b399e29..ead67587 100644 --- a/src/common/debugger.cpp +++ b/src/common/debugger.cpp @@ -153,7 +153,7 @@ GetFileNameFromHandle(HANDLE hFile, } } if (pfnGetFinalPathNameByHandle) { - return GetFinalPathNameByHandle(hFile, lpszFilePath, cchFilePath, 0) < cchFilePath; + return pfnGetFinalPathNameByHandle(hFile, lpszFilePath, cchFilePath, 0) < cchFilePath; } DWORD dwFileSizeHi = 0;