wok-6.x diff le/stuff/gcc-4.patch @ rev 10964
fcitx: up to v4.1.2
author | Liu Peng <hipeng@yahoo.com> |
---|---|
date | Mon Oct 03 22:42:21 2011 +0800 (2011-10-03) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/le/stuff/gcc-4.patch Mon Oct 03 22:42:21 2011 +0800 1.3 @@ -0,0 +1,11 @@ 1.4 +--- src/options.cc 2009-09-22 20:30:26.000000000 +0200 1.5 ++++ src/options.cc 2009-09-22 20:30:01.000000000 +0200 1.6 +@@ -1245,7 +1245,7 @@ 1.7 + FindColor(new_bw_pal,color_no)); 1.8 + return -1; 1.9 + } 1.10 +- char *l=strchr(button,'&'); 1.11 ++ const char *l=strchr(button,'&'); 1.12 + if(!l) 1.13 + return -1; 1.14 + char res=toupper(l[1]);