Magellan Linux

Annotation of /trunk/scim/patches/scim-1.4.9-gcc45.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1161 - (hide annotations) (download)
Wed Sep 29 15:04:39 2010 UTC (13 years, 7 months ago) by niro
File size: 362 byte(s)
added gcc-4.5 patch
1 niro 1161 diff -Naur scim-1.4.9/src/ltdl.cpp scim-1.4.9-magellan/src/ltdl.cpp
2     --- scim-1.4.9/src/ltdl.cpp 2008-11-02 07:42:40.000000000 +0100
3     +++ scim-1.4.9-magellan/src/ltdl.cpp 2010-09-29 17:09:40.000000000 +0200
4     @@ -3361,7 +3361,7 @@
5     {
6     lt_dlhandle handle = 0;
7     char * tmp = 0;
8     - char * ext = 0;
9     + const char * ext = 0;
10     size_t len;
11     int errors = 0;
12