summaryrefslogtreecommitdiffstats
path: root/source/a/gpm/gpm-1.20.1-idie.patch
blob: 4594f07843664d39227b28b2211950b439117e3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gpm-1.20.1/src/lib/liblow.c.orig	2004-05-06 14:14:03.000000000 -0400
+++ gpm-1.20.1/src/lib/liblow.c	2004-05-06 14:18:05.000000000 -0400
@@ -376,7 +376,9 @@
 
   /*....................................... Error: free all memory */
    err:
+#if 0
    gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! ");
+#endif
    do {
       new=gpm_stack->next;
       free(gpm_stack);