icoutils/icoutils-0.30.0-wrestool-remove-bogus-r-option.patch
2013-05-16 11:53:15 +01:00

12 lines
431 B
Diff

--- icoutils-0.30.0.old/wrestool/main.c 2012-08-23 15:47:06.000000000 +0100
+++ icoutils-0.30.0/wrestool/main.c 2013-05-16 11:44:53.881121841 +0100
@@ -236,7 +236,7 @@
{ "help", no_argument, NULL, OPT_HELP },
{ 0, 0, 0, 0 }
};
- c = getopt_long (argc, argv, "t:n:L:o:aRrxlv", long_options, &option_index);
+ c = getopt_long (argc, argv, "t:n:L:o:aRxlv", long_options, &option_index);
if (c == EOF)
break;