wok view le/stuff/gcc-4.patch @ rev 4592

update get-wifi-firmaware; rt2860,rt2870 fw now in kernel; rt73,rt61 WGET_URL temporarily fixed using Arch sources
author Rohit Joshi <jozee@slitaz.org>
date Fri Dec 11 12:21:27 2009 +0000 (2009-12-11)
parents
children
line source
1 --- src/options.cc 2009-09-22 20:30:26.000000000 +0200
2 +++ src/options.cc 2009-09-22 20:30:01.000000000 +0200
3 @@ -1245,7 +1245,7 @@
4 FindColor(new_bw_pal,color_no));
5 return -1;
6 }
7 - char *l=strchr(button,'&');
8 + const char *l=strchr(button,'&');
9 if(!l)
10 return -1;
11 char res=toupper(l[1]);