used GetFirstChar instead of GetBeginChar
This commit is contained in:
@@ -45,7 +45,7 @@ namespace hgl
|
||||
|
||||
if(!ai)return(false);
|
||||
|
||||
ch=ai->right.GetBeginChar();
|
||||
ch=ai->right.GetFirstChar();
|
||||
return(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user