Package: metastore / 1+20080623+debian-3

01-getopt.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Fix getopt parsing of -f.
---
 metastore.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/metastore.c
+++ b/metastore.c
@@ -376,7 +376,7 @@
 	i = 0;
 	while (1) {
 		int option_index = 0;
-		c = getopt_long(argc, argv, "csahvqmef",
+		c = getopt_long(argc, argv, "csahvqmef:",
 				long_options, &option_index);
 		if (c == -1)
 			break;