Skip to content

Commit

Permalink
update fate
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Oct 8, 2020
1 parent 4ab6d7d commit f5f3658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xiyong.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (xy *XiYong) GetFen(s string) (point int) {
}

func (xy *XiYong) minFenWuXing(ss ...string) (wx string) {
min := math.MaxInt64
min := math.MaxInt32
for _, s := range ss {
if xy.WuXingFen[s] < min {
min = xy.WuXingFen[s]
Expand Down

0 comments on commit f5f3658

Please sign in to comment.