summaryrefslogtreecommitdiff
path: root/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/src/CFormatterJsonSDLRPCv1.cc')
-rw-r--r--src/components/formatters/src/CFormatterJsonSDLRPCv1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc b/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
index 2f47c83a6b..e0ef7a72dd 100644
--- a/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
+++ b/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
@@ -104,8 +104,8 @@ bool CFormatterJsonSDLRPCv1::toString(const smart_objects_ns::SmartObject& obj,
root[type][S_PARAMETERS] = params;
if (formattedObj[strings::S_PARAMS].keyExists(strings::S_CORRELATION_ID)) {
- root[type][S_CORRELATION_ID] = utils::ConvertInt64ToLongLongInt(
- formattedObj[strings::S_PARAMS][strings::S_CORRELATION_ID].asInt());
+ root[type][S_CORRELATION_ID] =
+ formattedObj[strings::S_PARAMS][strings::S_CORRELATION_ID].asInt();
}
root[type][S_NAME] =