iAdd missing w from getopt_long call. - enscript - GNU Enscript Err thinkerwim.openbsd.amsterdam 70 hgit clone git://thinkerwim.org/enscript.git URL:git://thinkerwim.org/enscript.git thinkerwim.org 70 1Log /git/enscript/log.gph thinkerwim.org 70 1Files /git/enscript/files.gph thinkerwim.org 70 1Refs /git/enscript/refs.gph thinkerwim.org 70 1README /git/enscript/file/README.gph thinkerwim.org 70 1LICENSE /git/enscript/file/COPYING.gph thinkerwim.org 70 i--- Err thinkerwim.openbsd.amsterdam 70 1commit c09b925450a5d3e26c8e63f4af79f7c666a12ebc /git/enscript/commit/c09b925450a5d3e26c8e63f4af79f7c666a12ebc.gph thinkerwim.org 70 1parent e379c912ba622d04e90920f6748752b50097c1d1 /git/enscript/commit/e379c912ba622d04e90920f6748752b50097c1d1.gph thinkerwim.org 70 hAuthor: Tim Retout URL:mailto:diocles@gnu.org thinkerwim.org 70 iDate: Sat, 9 Jul 2011 23:52:12 +0100 Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 iAdd missing w from getopt_long call. Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 iSigned-off-by: Tim Retout Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 iDiffstat: Err thinkerwim.openbsd.amsterdam 70 i M ChangeLog | 3 +++ Err thinkerwim.openbsd.amsterdam 70 i M src/main.c | 2 +- Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i2 files changed, 4 insertions(+), 1 deletion(-) Err thinkerwim.openbsd.amsterdam 70 i--- Err thinkerwim.openbsd.amsterdam 70 1diff --git a/ChangeLog b/ChangeLog /git/enscript/file/ChangeLog.gph thinkerwim.org 70 i@@ -1,5 +1,8 @@ Err thinkerwim.openbsd.amsterdam 70 i 2011-07-09 Tim Retout Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i+ * src/main.c (handle_options): Add missing 'w' from Err thinkerwim.openbsd.amsterdam 70 i+ getopt_long call. Savannah bug #30651. Err thinkerwim.openbsd.amsterdam 70 i+ Err thinkerwim.openbsd.amsterdam 70 i Apply patch 393791-sliceprint from Debian: Err thinkerwim.openbsd.amsterdam 70 i * scripts/sliceprint.1: Complete documentation. Err thinkerwim.openbsd.amsterdam 70 i * scripts/sliceprint.in: Force C locale. Err thinkerwim.openbsd.amsterdam 70 1diff --git a/src/main.c b/src/main.c /git/enscript/file/src/main.c.gph thinkerwim.org 70 i@@ -2001,7 +2001,7 @@ handle_options (int argc, char *argv[]) Err thinkerwim.openbsd.amsterdam 70 i int i; Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i c = getopt_long (argc, argv, Err thinkerwim.openbsd.amsterdam 70 i- "#: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", Err thinkerwim.openbsd.amsterdam 70 i+ "#: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", Err thinkerwim.openbsd.amsterdam 70 i long_options, &option_index); Err thinkerwim.openbsd.amsterdam 70 i Err thinkerwim.openbsd.amsterdam 70 i if (c == -1) Err thinkerwim.openbsd.amsterdam 70 .