updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / eboard / gcc-4.4.patch
blob43a26393d4f42276685a99d1302f244a53093e0e
1 --- ntext.cc
2 +++ ntext.cc
3 @@ -244,7 +244,7 @@
4 return;
7 - p = strchr(text, '\n');
8 + p = strchr((char *)text, '\n');
9 if (p!=NULL) {
10 *p = 0;
11 i = strlen(text);