]> git.pld-linux.org Git - packages/file.git/blame - sticky-bit.patch
up to 5.14, release intended to fix 5.13 bugs
[packages/file.git] / sticky-bit.patch
CommitLineData
235d99d4
ER
1http://mx.gw.com/pipermail/file/2012/000908.html
2
3diff --git a/src/ascmagic.c b/src/ascmagic.c
4index 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.036954 seconds and 4 git commands to generate.