]> git.pld-linux.org Git - packages/gpm.git/commitdiff
- outdated - included into sources
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 30 Jun 2002 16:08:52 +0000 (16:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpm-vcnum-bug.patch -> 1.2

gpm-vcnum-bug.patch [deleted file]

diff --git a/gpm-vcnum-bug.patch b/gpm-vcnum-bug.patch
deleted file mode 100644 (file)
index f6185d4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gpm-1.20.0/src/liblow.c.orig       Sat Feb 23 16:42:23 2002
-+++ gpm-1.20.0/src/liblow.c    Wed May 15 22:08:34 2002
-@@ -262,7 +262,7 @@
-             goto err;
-          }   
-           
--         conn->vc=atoi(&tty[strlen(consolename)]);
-+         conn->vc=atoi(&tty[strlen(consolename)-1]);
-       }
-       if (gpm_consolefd == -1)
This page took 0.035885 seconds and 4 git commands to generate.