[openrtm-commit:02343] r2894 - branches/FSM4RTC/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 1月 28日 (土) 00:17:15 JST
Author: n-ando
Date: 2017-01-28 00:17:15 +0900 (Sat, 28 Jan 2017)
New Revision: 2894
Modified:
branches/FSM4RTC/OpenRTM-aist/src/lib/rtm/NVUtil.cpp
Log:
[compat] NVUtil dump() function outputs doubled CR. It is removed.
Modified: branches/FSM4RTC/OpenRTM-aist/src/lib/rtm/NVUtil.cpp
===================================================================
--- branches/FSM4RTC/OpenRTM-aist/src/lib/rtm/NVUtil.cpp 2017-01-27 15:13:15 UTC (rev 2893)
+++ branches/FSM4RTC/OpenRTM-aist/src/lib/rtm/NVUtil.cpp 2017-01-27 15:17:15 UTC (rev 2894)
@@ -397,7 +397,7 @@
{
for (CORBA::ULong i(0), n(nv.length()); i < n; ++i)
{
- out << nv[i] << std::endl;
+ out << nv[i];
}
return out;
}
More information about the openrtm-commit
mailing list