Update submodules about String::SetString/SetInstance
This commit is contained in:
parent
103b0d845d
commit
8ed1f41a50
@ -206,7 +206,7 @@ namespace hgl
|
||||
|
||||
dir[len-1]=0;
|
||||
|
||||
path.SetInstance(dir,len-1);
|
||||
path.fromInstance(dir,len-1);
|
||||
return(true);
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ namespace hgl
|
||||
if(size==0)
|
||||
return(false);
|
||||
|
||||
result.SetString(dllfn,size);
|
||||
result.fromString(dllfn,size);
|
||||
return(true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user