reverse patch order

This commit is contained in:
havill 2004-10-13 20:03:57 +00:00
parent 9e3544ebdb
commit 687840152f

View File

@ -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]);
}