[Pkg-wmaker-commits] [wmbiff] 03/16: 0.4.12, release to fix bad -geometry handling

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:02:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_13
in repository wmbiff.

commit 315e0a2d8614c17eec350ddb3311fc5112700a5c
Author: bluehal <bluehal>
Date:   Sat Jan 4 03:39:35 2003 +0000

    0.4.12, release to fix bad -geometry handling
---
 NEWS            | 6 +++++-
 configure.ac    | 2 +-
 wmbiff/wmbiff.c | 6 +++++-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 9b4b9d2..a9fe0d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 Release Notes
 ~~~~~~~~~~~~~
+Release 0.4.12 - Jan 3, 2003
+  * Fix a bug introduced in 0.4.9 that interfered with
+    -geometry handling. (Debian #173813)
+
 Release 0.4.11 - Dec 28, 2002
   * security.debian.rb script to check for updates on 
     security.debian.org, installed in $prefix/lib/wmbiff/
@@ -384,4 +388,4 @@ Release 0.1 - Wed, 17 Nov 1999 00:00:00 +0000
   * Initial release by Gennady Belyakov <gb at ccat.elect.ru>.
 
 
-$Id: NEWS,v 1.35 2002/12/29 05:28:29 bluehal Exp $
+$Id: NEWS,v 1.36 2003/01/04 03:39:35 bluehal Exp $
diff --git a/configure.ac b/configure.ac
index 1dc4308..e4c3e7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ dnl and configure:
 dnl  installation prefix
 dnl  version
 
-AC_INIT(WMBiff, 0.4.11, wmbiff-devel at lists.sourceforge.net, wmbiff)
+AC_INIT(WMBiff, 0.4.12, wmbiff-devel at lists.sourceforge.net, wmbiff)
 AC_CONFIG_AUX_DIR(autoconf)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index e7edf99..3d56dd6 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.43 2003/01/03 20:37:38 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.44 2003/01/04 03:39:35 bluehal Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
@@ -1056,6 +1056,10 @@ static void parse_cmd(int argc, char **argv, /*@out@ */ char *config_file)
 					exit(EXIT_FAILURE);
 				} else {
 					i++;		/* gobble the argument */
+					if (i >= argc) {	/* fail if there's nothing to gobble */
+						usage();
+						exit(EXIT_FAILURE);
+					}
 				}
 				break;
 			case 'h':

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list