]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-gallery/files/mcheck.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-gallery / files / mcheck.patch
1 Index: gpe-gallery-0.95/main.c
2 ===================================================================
3 --- gpe-gallery-0.95.orig/main.c        2004-09-07 09:01:39.000000000 -0500
4 +++ gpe-gallery-0.95/main.c     2004-11-18 15:55:18.856050416 -0600
5 @@ -19,7 +19,9 @@
6  #include <fcntl.h>
7  #include <math.h>
8  #include <time.h>
9 +#ifdef USE_MCHECK
10  #include <mcheck.h>
11 +#endif
12  
13  #include <gtk/gtk.h>
14  #include <gdk/gdk.h>
15 @@ -1115,7 +1117,9 @@
16    GdkBitmap *bmap;
17    struct stat arg_stat;
18  
19 +#ifdef USE_MCHECK
20    mtrace ();
21 +#endif
22  
23    if (gpe_application_init (&argc, &argv) == FALSE)
24      exit (1);