[openrtm-commit:02867] r3054 - tags/RELEASE_1_1_2/OpenRTM-aist/src/lib/coil/posix/coil

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 10月 13日 (金) 13:14:59 JST


Author: kawauchi
Date: 2017-10-13 13:14:59 +0900 (Fri, 13 Oct 2017)
New Revision: 3054

Modified:
   tags/RELEASE_1_1_2/OpenRTM-aist/src/lib/coil/posix/coil/File.h
Log:
[merge] r2747 has been merged from trunk.  refs #4262

Modified: tags/RELEASE_1_1_2/OpenRTM-aist/src/lib/coil/posix/coil/File.h
===================================================================
--- tags/RELEASE_1_1_2/OpenRTM-aist/src/lib/coil/posix/coil/File.h	2017-10-12 06:58:46 UTC (rev 3053)
+++ tags/RELEASE_1_1_2/OpenRTM-aist/src/lib/coil/posix/coil/File.h	2017-10-13 04:14:59 UTC (rev 3054)
@@ -142,7 +142,7 @@
           {
             const char* globc(glob_str);
             std::string fname(ent->d_name);
-            for (size_t i(0); i < fname.size() && globc != '\0'; ++i, ++globc)
+            for (size_t i(0); i < fname.size() && *globc != '\0'; ++i, ++globc)
               {
                 if (*globc == '*')
                   {



More information about the openrtm-commit mailing list