From 0ae7a05e77d68ef79637ea771bdd2a30221f29d4 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Wed, 28 Dec 2011 14:01:53 +0100 Subject: [PATCH] Fix format in temporary timing printf --- xgamelist.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xgamelist.c b/xgamelist.c index 54f417d..edc5e65 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -363,7 +363,7 @@ GameListPrepare(int byPos) lg->position = pos; lg = (ListGame *) lg->node.succ; } -GetTimeMark(&t2);printf("GameListPrepare %d msec\n", SubtractTimeMarks(&t2,&t)); +GetTimeMark(&t2);printf("GameListPrepare %ld msec\n", SubtractTimeMarks(&t2,&t)); DisplayTitle("XBoard"); *st = NULL; return listLength; -- 1.7.0.4