BankSearchLayout: don't truncate search string
This is a regression from 592ca5c112 which
I mistakingly didn't fix last week
This commit is contained in:
@@ -768,7 +768,7 @@ LABEL681:
|
|||||||
jump LABEL726
|
jump LABEL726
|
||||||
LABEL685:
|
LABEL685:
|
||||||
get_varc_string 359 ; Skip truncating of varcstr 22 by not calling 280
|
get_varc_string 359 ; Skip truncating of varcstr 22 by not calling 280
|
||||||
invoke 280; instead get the var directly and lowercase it
|
lowercase ; instead get the var directly and lowercase it
|
||||||
sstore 0
|
sstore 0
|
||||||
sload 0
|
sload 0
|
||||||
string_length
|
string_length
|
||||||
|
|||||||
Reference in New Issue
Block a user