]> git.pld-linux.org Git - packages/file.git/blob - file-magic.patch
- python 2.5 bytecode has changed between python 2.5c1 and 2.5c2 due to
[packages/file.git] / file-magic.patch
1 --- file-4.14/src/fsmagic.c.magic       2005-06-25 17:52:14.000000000 +0200
2 +++ file-4.14/src/fsmagic.c     2005-07-14 09:47:08.000000000 +0200
3 @@ -92,7 +92,8 @@
4                 if (file_printf(ms, "cannot open `%s' (%s)",
5                     fn, strerror(errno)) == -1)
6                         return -1;
7 -               return 1;
8 +               ms->haderr++;
9 +               return -1;
10         }
11  
12         if ((ms->flags & MAGIC_MIME) != 0) {
This page took 0.097899 seconds and 3 git commands to generate.