Merge pull request #5910 from raiyni/search-limit

Don't limit bank search and title explicitly to 15 characters
This commit is contained in:
Tomas Slusny
2018-10-12 07:58:59 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
if_icmpeq LABEL8
jump LABEL34
LABEL8:
invoke 280
get_varc_string 22 ; Skip truncating of varcstr 22 by not calling 280
tolowercase ; instead get the var directly and lowercase it
sstore 1
sload 1
string_length

View File

@@ -640,7 +640,8 @@ LABEL587:
if_icmpeq LABEL591
jump LABEL632
LABEL591:
invoke 280
get_varc_string 22 ; Skip truncating of varcstr 22 by not calling 280
tolowercase ; instead get the var directly and lowercase it
sstore 0
sload 0
string_length