mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-11 00:22:41 +01:00
DroidFish: Fixed bug in 055322 causing small values not to be displayed.
This commit is contained in:
@@ -809,6 +809,8 @@ public class DroidChessController {
|
||||
value /= 1000;
|
||||
sb.append(value);
|
||||
sb.append('k');
|
||||
} else {
|
||||
sb.append(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user