X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.c;h=edc5e65549a27ae8416a72e8c731df008b30ac7b;hb=a3e7cc9b3eb04ffb69fd73b47c06758f73316373;hp=54f417d33e6000f3ea649dbd8407cae9bab9589d;hpb=78541dc0a4c7d4bbd83c91e59d38d4f0b8ff4095;p=xboard.git 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;