]> git.pld-linux.org Git - packages/file.git/blame - file-magic.patch
- ghost soname symlink
[packages/file.git] / file-magic.patch
CommitLineData
7ec63bd1
AM
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.034226 seconds and 4 git commands to generate.