From f9c35caf5ee58d14ac8ea11e989120adcdd24e59 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 31 Aug 2015 11:26:46 -1000 Subject: [PATCH] added inttypes and updated submodules for utf8 --- DataSpec/DNACommon/DNACommon.hpp | 4 ++-- MathLib | 2 +- NODLib | 2 +- hecl | 2 +- libBoo | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DataSpec/DNACommon/DNACommon.hpp b/DataSpec/DNACommon/DNACommon.hpp index 537fd2041..9e062a32c 100644 --- a/DataSpec/DNACommon/DNACommon.hpp +++ b/DataSpec/DNACommon/DNACommon.hpp @@ -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); } }; diff --git a/MathLib b/MathLib index 60be8cd29..5270d232a 160000 --- a/MathLib +++ b/MathLib @@ -1 +1 @@ -Subproject commit 60be8cd2999b139c4fe29071b6e2b842b62850ff +Subproject commit 5270d232ab4d46dde7ea2e662a08a6ec3d4c9775 diff --git a/NODLib b/NODLib index 83b96b1bc..799e2cb6e 160000 --- a/NODLib +++ b/NODLib @@ -1 +1 @@ -Subproject commit 83b96b1bc2fd524916a32e5060b637fed0296e31 +Subproject commit 799e2cb6ee6cf2752ea386fc1a8934c79e143bd5 diff --git a/hecl b/hecl index 8c33dbbd3..b6d1ab64e 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 8c33dbbd3ab360d3e7b8c54701b63fb984fa8b01 +Subproject commit b6d1ab64e38dba21afcd51ead2ebbcb980633cf3 diff --git a/libBoo b/libBoo index 49771b0e1..de51c2dcc 160000 --- a/libBoo +++ b/libBoo @@ -1 +1 @@ -Subproject commit 49771b0e15fc9a7a7974dfc9b8c74fe4b25d66a5 +Subproject commit de51c2dcc5dbed7fdc8fd9559afe3dd2a1359590