1.fix List::GetBegin/GetEnd bug.

2.fix TextOutputStream bug
This commit is contained in:
2019-12-16 20:34:53 +08:00
parent e3a58db799
commit 51be93f2d7
3 changed files with 4 additions and 4 deletions

View File

@@ -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();