mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Fix typo.
This commit is contained in:
parent
1060f85089
commit
ecf3daf5cb
@ -1210,7 +1210,7 @@ String String::file_get_extension() const {
|
||||
int dind = find_reversed('.');
|
||||
|
||||
if (dind == -1) {
|
||||
return Stirng();
|
||||
return String();
|
||||
}
|
||||
|
||||
return substr_index(dind + 1, _size - 1);
|
||||
|
Loading…
Reference in New Issue
Block a user