改进BaseString/StringInstance
This commit is contained in:
@@ -21,7 +21,7 @@ namespace hgl
|
||||
{
|
||||
if(filename.GetBeginChar()==directory_separator_char) //开头有分隔符
|
||||
{
|
||||
fullname.Set(pathname.c_str(),pathname.Length()-1); //少取一个字符
|
||||
fullname.SetString(pathname.c_str(),pathname.Length()-1); //少取一个字符
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user