]> git.pld-linux.org Git - packages/file.git/blob - sticky-bit.patch
up to 5.14, release intended to fix 5.13 bugs
[packages/file.git] / sticky-bit.patch
1 http://mx.gw.com/pipermail/file/2012/000908.html
2
3 diff --git a/src/ascmagic.c b/src/ascmagic.c
4 index 5a1caac..8d6ca95 100644
5 --- a/src/ascmagic.c
6 +++ b/src/ascmagic.c
7 @@ -211,6 +211,7 @@ file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf,
8                                 case 0:
9                                         if (file_printf(ms, ", ") == -1)
10                                                 goto done;
11 +                                       break;
12                                 case -1:
13                                         goto done;
14                                 default:
This page took 0.098501 seconds and 3 git commands to generate.