librhash: Update from 1.3.5 to 1.3.6
[termux-packages] / packages / fish / src-builtin_argparse.cpp.patch
1 diff -u -r ../fish-2.7.0/src/builtin_argparse.cpp ./src/builtin_argparse.cpp
2 --- ../fish-2.7.0/src/builtin_argparse.cpp 2017-11-23 06:45:49.000000000 +0100
3 +++ ./src/builtin_argparse.cpp 2017-11-30 00:33:41.800475273 +0100
4 @@ -444,7 +444,7 @@
5
6 if (!opt_spec->long_flag.empty()) {
7 long_options.get()[i++] = {opt_spec->long_flag.c_str(), arg_type, NULL,
8 - opt_spec->short_flag};
9 + (int) opt_spec->short_flag};
10 }
11 }
12 long_options.get()[i] = {NULL, 0, NULL, 0};