Skip to content

Commit 0c8afdf

Browse files
Xiphinmedvednikov
authored andcommitted
Fix Issues #553
1 parent 056b415 commit 0c8afdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/string.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ fn compare_strings_by_len(a, b *string) int {
584584

585585
fn compare_lower_strings(a, b *string) int {
586586
aa := a.to_lower()
587-
bb := a.to_lower()
587+
bb := b.to_lower()
588588
return compare_strings(aa, bb)
589589
}
590590

0 commit comments

Comments
 (0)