X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fmain.c;h=d9fae213fd22562581a8b66d57a8dad9d5c12270;hb=1907f35d3370f971df16e40dec4135110386a84c;hp=bcc333820a945eec0cd4e2b3a9cec1e6de79b1ac;hpb=d5950fc45c863579313dd37abff008838c10c5ce;p=gnushogi.git diff --git a/gnushogi/main.c b/gnushogi/main.c index bcc3338..d9fae21 100644 --- a/gnushogi/main.c +++ b/gnushogi/main.c @@ -4,6 +4,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 * @@ -253,7 +254,7 @@ main (int argc, char **argv) } } - printf("The file contains %d entries out of max %d\n", nr[0], i); + printf("The file contains %d entries out of max %ld\n", nr[0], i); for (j = 1; j < MAXDEPTH; j++) printf("%d ", nr[j]);