mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-20 01:49:52 -06:00
drivers bugfix wrong return value
This commit is contained in:
@@ -431,7 +431,7 @@ namespace
|
||||
|
||||
// Nothing to do
|
||||
if (handle == nullptr)
|
||||
return false;
|
||||
return std::wstring();
|
||||
|
||||
return FsUtils::getModuleFileName(handle);
|
||||
#elif __linux__
|
||||
|
||||
Reference in New Issue
Block a user