Browse Source

Tobias Hintze <th@rocklinux.org>:


			
			
				rocklinux
			
			
		
Tobias Hintze 19 years ago
parent
commit
5c7805c709
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      package/base/gpm/liblow-silent-2.patch

+ 14
- 0
package/base/gpm/liblow-silent-2.patch

@ -0,0 +1,14 @@
Tobias Hintze <th@rocklinux.org>:
this patch stops gpm from bitching in konsole/xterm
diff -Naur gpm-1.20.1-orig/src/lib/liblow.c gpm-1.20.1/src/lib/liblow.c
--- gpm-1.20.1-orig/src/lib/liblow.c 2002-12-24 23:57:16.000000000 +0100
+++ gpm-1.20.1/src/lib/liblow.c 2006-03-25 01:10:45.491690168 +0100
@@ -260,7 +260,6 @@
/* do we really need this check ? */
if(strncmp(tty,option.consolename,strlen(option.consolename)-1)
|| !isdigit(tty[strlen(option.consolename)-1])) {
- gpm_report(GPM_PR_ERR,"strncmp/isdigit/option.consolename failed");
goto err;
}

Loading…
Cancel
Save