Merge pull request #54081 from Rubonnek/add_bin_messages_master
This commit is contained in:
commit
f9be8b8e8e
1 changed files with 1 additions and 1 deletions
|
@ -2178,7 +2178,7 @@ int64_t String::bin_to_int() const {
|
|||
s++;
|
||||
}
|
||||
|
||||
if (len > 2 && s[0] == '0' && s[1] == 'b') {
|
||||
if (len > 2 && s[0] == '0' && lower_case(s[1]) == 'b') {
|
||||
s += 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue