mc: Fix path to zip and unzip (fixes #2362)
[termux-packages] / packages / stag / stag.c.patch
1 --- stag/stag.c 2016-08-31 15:03:32.627902972 +0200
2 +++ stag.c 2016-08-31 15:18:34.487902628 +0200
3 @@ -87,7 +87,7 @@
4
5
6 // Read options
7 - char opt;
8 + signed char opt;
9 int option_index = 0;
10 struct option long_options[] =
11 {