Fix format in temporary timing printf
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 28 Dec 2011 13:01:53 +0000 (14:01 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 28 Dec 2011 13:01:53 +0000 (14:01 +0100)
xgamelist.c

index 54f417d..edc5e65 100644 (file)
@@ -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;