Package: le
Version: 1.14.2-1

Hi!

After recent archive rebuild in Ubuntu we discovered that le
FTBFS because of new gcc4.4. Attached is a quilt patch to fix the issue :)
In ubuntu we still use 1.14.0 but my patch also applied to the current version


Regards,
  Stefan
Index: le-1.14.2/src/options.cc
===================================================================
--- le-1.14.2.orig/src/options.cc       2009-09-18 14:34:04.781859434 +0200
+++ le-1.14.2/src/options.cc    2009-09-18 14:34:32.765831035 +0200
@@ -1239,7 +1239,7 @@
                 FindColor(new_bw_pal,color_no));
       return -1;
    }
-   char *l=strchr(button,'&');
+   const char *l=strchr(button,'&');
    if(!l)
       return -1;
    char res=toupper(l[1]);

Reply via email to