diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:40:52 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:40:52 +0200 |
commit | af7e0f49dd1aaeec5162d6460b87f72590c22b70 (patch) | |
tree | 3972ac5d6071caf5b4ff7398e9bfa08b8b5a58c9 /base/gpm/gpm-1.20.5-no-dumb-error-messages.patch | |
parent | 0f1a50bc80f64a6b0983d32e8e0d5385c3549561 (diff) | |
download | nutyx-pakxe-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.gz nutyx-pakxe-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.bz2 nutyx-pakxe-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.xz nutyx-pakxe-af7e0f49dd1aaeec5162d6460b87f72590c22b70.zip |
gpm dans base
Diffstat (limited to 'base/gpm/gpm-1.20.5-no-dumb-error-messages.patch')
-rw-r--r-- | base/gpm/gpm-1.20.5-no-dumb-error-messages.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch b/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch new file mode 100644 index 000000000..44f4e7655 --- /dev/null +++ b/base/gpm/gpm-1.20.5-no-dumb-error-messages.patch @@ -0,0 +1,13 @@ +diff -pruN gpm-1.20.5.orig/src/lib/liblow.c gpm-1.20.5/src/lib/liblow.c +--- gpm-1.20.5.orig/src/lib/liblow.c 2008-06-17 09:54:54.811257867 +1000 ++++ gpm-1.20.5/src/lib/liblow.c 2008-06-17 10:00:27.489256401 +1000 +@@ -377,7 +377,7 @@ int Gpm_Open(Gpm_Connect *conn, int flag + /*....................................... Error: free all memory */ + err: + if (gpm_is_disabled < 2) /* be quiet if no gpmctl socket found */ +- 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); + |