2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Updated hecl

This commit is contained in:
Jack Andersen
2015-11-10 21:04:17 -10:00
parent 6523125ebb
commit 2dd2751627
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ public:
#if _WIN32 #if _WIN32
m_id = _wcstoui64(copy, nullptr, 16); m_id = _wcstoui64(copy, nullptr, 16);
#else #else
m_id = wcstouq(copy, nullptr, 16); m_id = wcstoull(copy, nullptr, 16);
#endif #endif
} }

2
hecl

Submodule hecl updated: 3496204630...c78b0ef932