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);
}
};

@ -1 +1 @@
Subproject commit 60be8cd2999b139c4fe29071b6e2b842b62850ff
Subproject commit 5270d232ab4d46dde7ea2e662a08a6ec3d4c9775

2
NODLib

@ -1 +1 @@
Subproject commit 83b96b1bc2fd524916a32e5060b637fed0296e31
Subproject commit 799e2cb6ee6cf2752ea386fc1a8934c79e143bd5

2
hecl

@ -1 +1 @@
Subproject commit 8c33dbbd3ab360d3e7b8c54701b63fb984fa8b01
Subproject commit b6d1ab64e38dba21afcd51ead2ebbcb980633cf3

2
libBoo

@ -1 +1 @@
Subproject commit 49771b0e15fc9a7a7974dfc9b8c74fe4b25d66a5
Subproject commit de51c2dcc5dbed7fdc8fd9559afe3dd2a1359590