From c09b925450a5d3e26c8e63f4af79f7c666a12ebc Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Sat, 9 Jul 2011 23:52:12 +0100 Subject: [PATCH] Add missing w from getopt_long call. Signed-off-by: Tim Retout --- ChangeLog | 3 +++ src/main.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 09655d1..ccd213b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-07-09 Tim Retout + * src/main.c (handle_options): Add missing 'w' from + getopt_long call. Savannah bug #30651. + Apply patch 393791-sliceprint from Debian: * scripts/sliceprint.1: Complete documentation. * scripts/sliceprint.in: Force C locale. diff --git a/src/main.c b/src/main.c index 3ce41d7..1eb424c 100644 --- a/src/main.c +++ b/src/main.c @@ -2001,7 +2001,7 @@ handle_options (int argc, char *argv[]) int i; c = getopt_long (argc, argv, - "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVW:X:zZ", + "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVwW:X:zZ", long_options, &option_index); if (c == -1) -- 2.34.1