]> git.pld-linux.org Git - packages/file.git/commitdiff
- in -debian patch now
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Apr 2008 20:57:36 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    file-magic.patch -> 1.3

file-magic.patch [deleted file]

diff --git a/file-magic.patch b/file-magic.patch
deleted file mode 100644 (file)
index 127c182..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- file-4.14/src/fsmagic.c.magic      2005-06-25 17:52:14.000000000 +0200
-+++ file-4.14/src/fsmagic.c    2005-07-14 09:47:08.000000000 +0200
-@@ -92,7 +92,8 @@
-               if (file_printf(ms, "cannot open `%s' (%s)",
-                   fn, strerror(errno)) == -1)
-                       return -1;
--              return 1;
-+              ms->haderr++;
-+              return -1;
-       }
-       if ((ms->flags & MAGIC_MIME) != 0) {
This page took 0.032807 seconds and 4 git commands to generate.