commit
4d5ec64a9d
1 changed files with 1 additions and 1 deletions
|
@ -2518,7 +2518,7 @@ bool String::begins_with(const char* p_string) const {
|
|||
|
||||
}
|
||||
|
||||
return true;
|
||||
return *p_string == 0;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue