]> git.pld-linux.org Git - packages/gpm.git/commitdiff
- remove display error message "Oh, oh, it's an error! possibly I die!" on
authorkloczek <kloczek@pld-linux.org>
Sun, 6 Oct 2002 10:23:58 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  pty sessions.

Changed files:
    gpm-dont_display_stupid_error_messages.patch -> 1.1

gpm-dont_display_stupid_error_messages.patch [new file with mode: 0644]

diff --git a/gpm-dont_display_stupid_error_messages.patch b/gpm-dont_display_stupid_error_messages.patch
new file mode 100644 (file)
index 0000000..f0a25c7
--- /dev/null
@@ -0,0 +1,11 @@
+--- gpm-cvs/src/liblow.c~      Sun Oct  6 10:36:25 2002
++++ gpm-cvs/src/liblow.c       Sun Oct  6 10:36:25 2002
+@@ -367,7 +367,7 @@
+   /*....................................... 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! "); */
+    do {
+       new=gpm_stack->next;
+       free(gpm_stack);
This page took 0.023555 seconds and 4 git commands to generate.