Skip to content

Commit d73271c

Browse files
committed
---
yaml --- r: 1701 b: refs/heads/master c: a9ba76d h: refs/heads/master i: 1699: 89fad4c v: v3
1 parent 234b47e commit d73271c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 0cf16e77ca5a0b9f9dfaaab4dfe253d7a9cc5cce
2+
refs/heads/master: a9ba76d52a50006763b8286168378a486a0b147d

trunk/src/lib/_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn lteq(&str a, &str b) -> bool {
4141
while (x < n) {
4242
auto cha = a.(x);
4343
auto chb = b.(x);
44-
if (cha <= chb) {
44+
if (cha < chb) {
4545
ret true;
4646
}
4747
else if (cha > chb) {

0 commit comments

Comments
 (0)