add new packages bleachbit,eboard,gnuchess,gnuchess-book.gweled,pogo

This commit is contained in:
groni
2016-12-04 21:56:13 +01:00
parent b8476830d9
commit 742bedc8ac
32 changed files with 2113 additions and 42 deletions
@@ -0,0 +1,11 @@
--- ntext.cc
+++ ntext.cc
@@ -244,7 +244,7 @@
return;
}
- p = strchr(text, '\n');
+ p = strchr((char *)text, '\n');
if (p!=NULL) {
*p = 0;
i = strlen(text);