From e695698324eddd942d126a58854adbef2579a2d0 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 15 Mar 2016 06:48:09 +0000
Subject: [PATCH] more bugs

---
 src/go.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/go.c b/src/go.c
index aaf59bc..853c42c 100644
--- a/src/go.c
+++ b/src/go.c
@@ -219,7 +219,7 @@
             int index = indexes[i];
             row = index / 19;
             col = index % 19;
-            printf("Suggested: %c %d, %.2f%%\n", col + 'A' + 1*(col > 7 && noi), (inverted)?19 - row : row-1, move[index]*100);
+            printf("Suggested: %c %d, %.2f%%\n", col + 'A' + 1*(col > 7 && noi), (inverted)?19 - row : row+1, move[index]*100);
         }
         int index = indexes[0];
         int rec_row = index / 19;

--
Gitblit v1.10.0