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

@ -1 +1 @@
Subproject commit 34962046306fb30a7321e8ce224fd35a4ea2d54a Subproject commit c78b0ef9321769fcb719ed5366ac7e86797e925a