Package: gbase
Version: 0.5-2
Followup-For: Bug #282651
Tags: patch
I've found the same problem, the attached patch fixes it.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7-grsecurity-2.1.5-bdclaim
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages gbase depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-9 The GLib library of C routines
ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo
ii xlibs 4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
-- no debconf information
--
.'"`. /"\
| :' : Elmar Hoffmann <[EMAIL PROTECTED]> ASCII Ribbon Campaign \ /
`. `' PGP key available via pgp.net against HTML email X
`- & vCards / \
--- gbase.c~ 1999-11-10 21:24:41.000000000 +0100
+++ gbase.c 2005-05-01 02:11:59.000000000 +0200
@@ -377,7 +377,7 @@
else
usage();
- if(i == argc)
+ if(i+1 == argc)
usage();