diff --git a/gpm-1.20.1-nodebug.patch b/gpm-1.20.1-nodebug.patch index f849351..945b576 100644 --- a/gpm-1.20.1-nodebug.patch +++ b/gpm-1.20.1-nodebug.patch @@ -10,21 +10,3 @@ /*....................................... First of all, check xterm */ ---- gpm-1.20.1/src/lib/liblow.c.orig 2004-10-13 15:46:57.892406044 -0400 -+++ gpm-1.20.1/src/lib/liblow.c 2004-10-13 15:56:10.922975340 -0400 -@@ -262,13 +262,14 @@ - gpm_report(GPM_PR_ERR,"consolename not set"); - goto err; - } -+#if 0 - /* do we really need this check ? */ - if(strncmp(tty,consolename,strlen(consolename)-1) - || !isdigit(tty[strlen(consolename)-1])) { - gpm_report(GPM_PR_ERR,"strncmp/isdigit/consolename failed"); - goto err; - } -- -+#endif - conn->vc=atoi(&tty[strlen(consolename)-1]); - } -