[openrtm-commit:02581] r2984 - branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 4月 17日 (月) 12:38:21 JST
Author: miyamoto
Date: 2017-04-17 12:38:21 +0900 (Mon, 17 Apr 2017)
New Revision: 2984
Modified:
branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp
Log:
[compat,bugfix] refs #4011
Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp 2017-04-16 08:37:48 UTC (rev 2983)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/ModuleManager.cpp 2017-04-17 03:38:21 UTC (rev 2984)
@@ -438,7 +438,10 @@
{
it = m_modprofs.erase(it);
}
- ++it;
+ else
+ {
+ ++it;
+ }
}
}
openrtm-commit メーリングリストの案内