mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
different print for OpenFile
This commit is contained in:
parent
806cfbc8c4
commit
5f73413286
@ -637,7 +637,7 @@ int32_t RTech::OpenFile(const CHAR* szFilePath, void* unused, LONGLONG* fileSize
|
||||
if (hFile == INVALID_HANDLE_VALUE)
|
||||
return -1;
|
||||
|
||||
DevMsg(eDLL_T::RTECH, "%s - opened: '%s'\n", __FUNCTION__, svModFile.c_str());
|
||||
DevMsg(eDLL_T::RTECH, "Opened file: '%s'\n", svModFile.c_str());
|
||||
|
||||
if (fileSizeOut)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user