You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
239 B
11 lines
239 B
--- stag/stag.c 2016-08-31 15:03:32.627902972 +0200
|
|
+++ stag.c 2016-08-31 15:18:34.487902628 +0200
|
|
@@ -87,7 +87,7 @@
|
|
|
|
|
|
// Read options
|
|
- char opt;
|
|
+ signed char opt;
|
|
int option_index = 0;
|
|
struct option long_options[] =
|
|
{
|
|
|