diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 1419b3b..a436842 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -5414,9 +5414,6 @@ namespace ZNsMain { ARR_SaveCStr.append(AR_DataCStr); return ARR_SaveCStr; } /*#############################################################################*/ - - //::swprintf((wchar_t*)VCA_BuffParam, CI_BuffSize, L"%d", AI_IntParam) - template<> string& ZftMakeStr(string& ARR_SaveCStr, int AI_Int) { ZTycInt CI_BuffSize = 31 ; @@ -5440,7 +5437,7 @@ namespace ZNsMain return ARR_SaveCStr.append (VCA_BuffParam, VI_ResultSize) ; }/* - template<> string& ZftMakeStr(string& ARR_SaveCStr, int AI_Int)*/ + template<> string& ZftMakeStr(string& ARR_SaveCStr, int AI_Int)*/ template<> string& ZftMakeStr(string& ARR_SaveCStr, long AL_Long) {