projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
51c9e1b
)
Fix format in temporary timing printf
author
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 28 Dec 2011 13:01:53 +0000 (14:01 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 28 Dec 2011 13:01:53 +0000 (14:01 +0100)
xgamelist.c
patch
|
blob
|
history
diff --git
a/xgamelist.c
b/xgamelist.c
index
54f417d
..
edc5e65
100644
(file)
--- 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;