From f983548819f3a52d6ad6336bc21477548e490e8d Mon Sep 17 00:00:00 2001 From: tomcw Date: Thu, 24 Mar 2016 23:05:34 +0000 Subject: [PATCH] VS2015: Fix invalid literal suffix --- source/MouseInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/MouseInterface.cpp b/source/MouseInterface.cpp index 34b25788..9be5d279 100644 --- a/source/MouseInterface.cpp +++ b/source/MouseInterface.cpp @@ -731,7 +731,7 @@ bool CMouseInterface::LoadSnapshot(class YamlLoadHelper& yamlLoadHelper, UINT sl m_by6821A = yamlLoadHelper.LoadUint(SS_YAML_KEY_6821A); if (!yamlLoadHelper.GetSubMap(SS_YAML_KEY_BUFF)) - throw std::string("Card: Expected key: "SS_YAML_KEY_BUFF); + throw std::string("Card: Expected key: " SS_YAML_KEY_BUFF); yamlLoadHelper.LoadMemory(m_byBuff, sizeof(m_byBuff)); yamlLoadHelper.PopMap();