mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update Dir.hpp
This commit is contained in:
parent
6419fc0f4d
commit
d246ee8430
@ -594,7 +594,7 @@ public:
|
|||||||
#if defined(UNICODE) || defined(_UNICODE)
|
#if defined(UNICODE) || defined(_UNICODE)
|
||||||
return String(mHandle->extension, mHandle->extension + std::wcslen(mHandle->extension));
|
return String(mHandle->extension, mHandle->extension + std::wcslen(mHandle->extension));
|
||||||
#else
|
#else
|
||||||
return String(mHandle->name);
|
return String(mHandle->extension);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user