mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
634 B

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;
}