13 lines
577 B
Diff
13 lines
577 B
Diff
diff -pruN gpm-1.20.3.orig/src/lib/liblow.c gpm-1.20.3/src/lib/liblow.c
|
|
--- gpm-1.20.3.orig/src/lib/liblow.c 2008-05-08 09:34:10.000000000 +0000
|
|
+++ gpm-1.20.3/src/lib/liblow.c 2008-05-08 09:40:47.000000000 +0000
|
|
@@ -362,7 +362,7 @@ int Gpm_Open(Gpm_Connect *conn, int flag
|
|
|
|
/*....................................... Error: free all memory */
|
|
err:
|
|
- gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! ");
|
|
+ /* gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! "); */
|
|
while(gpm_stack) {
|
|
new=gpm_stack->next;
|
|
free(gpm_stack);
|