• R/O
  • SSH
  • HTTPS

conograph: Commit


Commit MetaInfo

Revisão29 (tree)
Hora2015-03-11 10:08:27
Autorrtomiyasu

Mensagem de Log

Modification of a function currently unused.

Mudança Sumário

Diff

--- BLDConograph_ver1/trunk/src/utility_func/zstring.cc (revision 28)
+++ BLDConograph_ver1/trunk/src/utility_func/zstring.cc (revision 29)
@@ -49,7 +49,7 @@
4949 string::size_type index0;
5050 while( index != string::npos ){
5151 index0 = index + 1;
52- index = str.find_first_of('_', index0);
52+ index = str.find_first_of(delim, index0);
5353 word.push_back( str.substr(index0, index-index0) );
5454 }
5555 }
Show on old repository browser