Gentoo Archives: gentoo-commits

From: "Harald van Dijk (truedfx)" <truedfx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/le/files: le-1.14.2-gcc44.patch
Date: Tue, 02 Jun 2009 17:47:54
Message-Id: E1MBY5Y-0007Av-JZ@stork.gentoo.org
1 truedfx 09/06/02 17:47:52
2
3 Added: le-1.14.2-gcc44.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-editors/le/files/le-1.14.2-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/files/le-1.14.2-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/le/files/le-1.14.2-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: le-1.14.2-gcc44.patch
15 ===================================================================
16 --- le-1.14.2/src/options.cc
17 +++ le-1.14.2/src/options.cc
18 @@ -1245,7 +1245,7 @@
19 FindColor(new_bw_pal,color_no));
20 return -1;
21 }
22 - char *l=strchr(button,'&');
23 + const char *l=strchr(button,'&');
24 if(!l)
25 return -1;
26 char res=toupper(l[1]);