Magellan Linux

Annotation of /trunk/bmpx/patches/bmpx-0.40.13-const-gchar.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 542 - (hide annotations) (download)
Wed Mar 26 23:52:17 2008 UTC (16 years, 2 months ago) by niro
File size: 347 byte(s)
-compilation fix

1 niro 542 diff -ur bmpx-0.40.13.orig/src/sanity.cc bmpx-0.40.13/src/sanity.cc
2     --- bmpx-0.40.13.orig/src/sanity.cc 2007-10-18 20:17:08.000000000 +0300
3     +++ bmpx-0.40.13/src/sanity.cc 2008-01-20 16:07:27.000000000 +0200
4     @@ -69,7 +69,7 @@
5     }
6    
7     C_FUNCTION
8     -gchar *
9     +const gchar *
10     sanity_check_gtk (void)
11     {
12     return gtk_check_version (GTK_REQUIRED_MAJOR_VER,