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__notation.c,v 1.1 2012/04/08 21:07:06 wiz Exp $
--- src/chess_computer-activity/chess_notation.c.orig 2011-01-08 22:27:13.000000000 +0000
+++ src/chess_computer-activity/chess_notation.c
@@ -203,7 +203,7 @@ piece_to_ascii (int piece)
if(WPIECE(piece))
return piece_to_ascii_full[i];
else
- return tolower(piece_to_ascii_full[i]);
+ return tolower((unsigned char)piece_to_ascii_full[i]);
g_assert_not_reached ();