X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fsizetest.c;h=f3d7b0f5ff292371b98e64071a4ea14b83280187;hb=25ede0591060339896d1ff8fd7b77385b4ca865b;hp=fd2037853a782a615171328350e29db780277b74;hpb=9009c8ba46a421e738d3ea57564e2df44dcaf3c5;p=gnushogi.git diff --git a/gnushogi/sizetest.c b/gnushogi/sizetest.c index fd20378..f3d7b0f 100644 --- a/gnushogi/sizetest.c +++ b/gnushogi/sizetest.c @@ -6,6 +6,7 @@ * ---------------------------------------------------------------------- * Copyright (c) 1993, 1994, 1995 Matthias Mutz * Copyright (c) 1999 Michael Vanier and the Free Software Foundation + * Copyright (c) 2008, 2013, 2014 Yann Dirson and the Free Software Foundation * * GNU SHOGI is based on GNU CHESS * @@ -31,7 +32,6 @@ * */ -#include "version.h" #include "gnushogi.h" #include @@ -244,7 +244,7 @@ main(int argc, char **argv) n = 0; #endif - printf("history:\t%4d\tkByte\t[unsigned short:%d " + printf("history:\t%4d\tkByte\t[unsigned short:%lu " "* HISTORY_SIZE:%ld]\n", n, sizeof(unsigned short), (long)HISTORY_SIZE);