Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/boards/chess.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boards/chess.c')
-rw-r--r--src/boards/chess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boards/chess.c b/src/boards/chess.c
index 28da4f1..76e974b 100644
--- a/src/boards/chess.c
+++ b/src/boards/chess.c
@@ -1001,7 +1001,7 @@ engine_local_cb (GIOChannel *source,
&len,
&err);
- g_warning("g_io_channel_read_line len=%d", len);
+ g_warning("g_io_channel_read_line len=%d", (int)len);
if(status == G_IO_STATUS_ERROR)
{
g_warning("g_io_channel_read_chars error=%s",