1.fix List::GetBegin/GetEnd bug.
2.fix TextOutputStream bug
This commit is contained in:
@@ -123,7 +123,7 @@ namespace hgl
|
||||
|
||||
for(int i=0;i<count;i++)
|
||||
{
|
||||
const BaseString<T> &str=sl[i];
|
||||
const T &str=sl.GetString(i);
|
||||
|
||||
const int len=str.Length();
|
||||
|
||||
|
Reference in New Issue
Block a user