Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_chess__computer-activity_chess.c,v 1.1 2012/04/08 21:07:06 wiz Exp $
--- src/chess_computer-activity/chess.c.orig 2012-01-02 20:31:05.000000000 +0000
+++ src/chess_computer-activity/chess.c
@@ -1150,7 +1150,7 @@ engine_local_cb (GIOChannel *source,
g_warning("engine_local_cb line=%s\n", pbuf);
/* parse for NUMBER ... MOVE */
- if (isdigit (*pbuf))
+ if (isdigit ((unsigned char)*pbuf))
{
if ((p = strstr (pbuf, "...")) && (strlen(p) == 4) )
{