mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
Updated hecl
This commit is contained in:
@@ -152,7 +152,7 @@ public:
|
||||
#if _WIN32
|
||||
m_id = _wcstoui64(copy, nullptr, 16);
|
||||
#else
|
||||
m_id = wcstouq(copy, nullptr, 16);
|
||||
m_id = wcstoull(copy, nullptr, 16);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
2
hecl
2
hecl
Submodule hecl updated: 3496204630...c78b0ef932
Reference in New Issue
Block a user