Subversion Repositories spk

Rev

Rev 208 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 208 Rev 211
Line 98... Line 98...
98
			pos = _sDescription.findPos(L">", pos);
98
			pos = _sDescription.findPos(L">", pos);
99
 
99
 
100
			pos++;
100
			pos++;
101
			if ( pos >= (int)_sDescription.length() )
101
			if ( pos >= (int)_sDescription.length() )
102
				break;
102
				break;
103
			char c = _sDescription[pos];
103
			wchar_t c = _sDescription[pos];
104
 
104
 
105
			if ( c != '<' )
105
			if ( c != L'<' )
106
				foundFirst = pos;
106
				foundFirst = pos;
107
		}
107
		}
108
 
108
 
109
		if ( foundFirst == -1 )
109
		if ( foundFirst == -1 )
110
			_sDescription = L"";
110
			_sDescription = L"";