From 3b6a8634f4dd9500c16edff2b883ecac6cde8e88 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 26 Sep 2008 14:34:42 +0200 Subject: [PATCH] Applying Debians 13-getopt.dpatch from Adonikam Virgo to fix mkdosfs getopt: * Fixes backup sector getopt (Closes: #232387, #479794). Signed-off-by: Daniel Baumann --- mkdosfs/mkdosfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdosfs/mkdosfs.c b/mkdosfs/mkdosfs.c index d442522..ef14fe8 100644 --- a/mkdosfs/mkdosfs.c +++ b/mkdosfs/mkdosfs.c @@ -1440,7 +1440,7 @@ main (int argc, char **argv) printf ("%s " VERSION " (" VERSION_DATE ")\n", program_name); - while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF) + while ((c = getopt (argc, argv, "Ab:cCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF) /* Scan the command line for options */ switch (c) {