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

added inttypes and updated submodules for utf8

This commit is contained in:
Jack Andersen
2015-08-31 11:26:46 -10:00
parent 64c042c8ee
commit f9c35caf5e
5 changed files with 6 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ public:
inline std::string toString() const
{
char buf[17];
snprintf(buf, 17, "%016llX", m_id);
snprintf(buf, 17, "%016" PRIX64, m_id);
return std::string(buf);
}
};
@@ -143,7 +143,7 @@ public:
inline std::string toString() const
{
char buf[33];
snprintf(buf, 33, "%016llX%016llX", m_id[0], m_id[1]);
snprintf(buf, 33, "%016" PRIX64 "%016" PRIX64, m_id[0], m_id[1]);
return std::string(buf);
}
};

Submodule MathLib updated: 60be8cd299...5270d232ab

2
NODLib

Submodule NODLib updated: 83b96b1bc2...799e2cb6ee

2
hecl

Submodule hecl updated: 8c33dbbd3a...b6d1ab64e3

2
libBoo

Submodule libBoo updated: 49771b0e15...de51c2dcc5