secureswitools/swisistools/source/sisxlibrary/utility.cpp
branchRCL_3
changeset 25 7333d7932ef7
parent 24 5cc91383ab1e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
   372 	}
   372 	}
   373 
   373 
   374 
   374 
   375 std::wstring FixPathDelimiters( const std::wstring& aString )
   375 std::wstring FixPathDelimiters( const std::wstring& aString )
   376     {
   376     {
   377 
       
   378     std::wstring ret = aString;
   377     std::wstring ret = aString;
       
   378 	
   379     std::wstring::size_type idx = 0;
   379     std::wstring::size_type idx = 0;
   380     int len = 0;
   380     int len = 0;
   381 	while(len = FirstInvalidDirSeparatorSize(ret, idx))
   381 	while(len = FirstInvalidDirSeparatorSize(ret, idx))
   382         {
   382         {
   383 		if(idx == 0 && len == 2)
   383 		if(idx == 0 && len == 2)