]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
- bogus, breaking patch (and original version is obsolete)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Jun 2004 22:13:52 +0000 (22:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitchX-numver.patch -> 1.3

BitchX-numver.patch [deleted file]

diff --git a/BitchX-numver.patch b/BitchX-numver.patch
deleted file mode 100644 (file)
index 45d7760..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- BitchX/source/modules.c.orig       Thu Feb 13 15:16:18 2003
-+++ BitchX/source/modules.c    Thu Feb 13 15:19:15 2003
-@@ -1321,7 +1321,7 @@
- int check_version(unsigned long required)
- {
--unsigned long major, minor, need_major, need_minor;
-+unsigned const major, minor, need_major, need_minor;  
-       major = bitchx_numver / 10000;
-       minor = (bitchx_numver / 100) % 100;
-       need_major = required / 10000;
This page took 0.092057 seconds and 4 git commands to generate.