[openrtm-commit:02929] r3082 - trunk/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 11月 20日 (月) 15:34:20 JST
Author: miyamoto
Date: 2017-11-20 15:34:20 +0900 (Mon, 20 Nov 2017)
New Revision: 3082
Modified:
trunk/OpenRTM-aist/src/lib/rtm/OutPortSHMProvider.cpp
Log:
[compat,->RELENG_1_2] bug fix.
Modified: trunk/OpenRTM-aist/src/lib/rtm/OutPortSHMProvider.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/OutPortSHMProvider.cpp 2017-11-20 04:09:16 UTC (rev 3081)
+++ trunk/OpenRTM-aist/src/lib/rtm/OutPortSHMProvider.cpp 2017-11-20 06:34:20 UTC (rev 3082)
@@ -33,8 +33,7 @@
*/
OutPortSHMProvider::OutPortSHMProvider(void)
: m_buffer(0),
- m_memory_size(0),
- m_endian(true)
+ m_memory_size(0)
{
// PortProfile setting
setInterfaceType("shared_memory");
More information about the openrtm-commit
mailing list