From 6bb81fe6fa9dc1c9e64e00f97a488b5672cf5e4e Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 5 Jun 2011 02:19:30 +0200 Subject: [PATCH] uct_progress_json(): Rename frame types back (per Jonathan's request) --- uct/walk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uct/walk.c b/uct/walk.c index dab590d..dbdb878 100644 --- a/uct/walk.c +++ b/uct/walk.c @@ -84,7 +84,7 @@ void uct_progress_json(struct uct *u, struct tree *t, enum stone color, int playouts, bool final, bool big) { /* Prefix indicating JSON line. */ - fprintf(stderr, "{\"%s\": {", final ? "final" : "interm"); + fprintf(stderr, "{\"%s\": {", final ? "move" : "frame"); /* Plaout count */ fprintf(stderr, "\"playouts\": %d", playouts); -- 2.11.4.GIT