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

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