Package: bibcursed
Version: 2.0.0-3
Severity: wishlist

Throughout the program, such as adding and changing entries, using
lowercase letters and uppercase work interchangably.  This is not the
case when using 'z' to finish an entry, where only the lowercase letter
works.  This initially confused me, as I had been using uppercase
letters, since that's what the prompts showed.  I created a patch, shown
below, and tested it using both upper- and lower-case 'z' to finish the
entry, and it worked for all the different types of entries.


Diff follows:

--- bibcursed.c 2002-06-08 04:59:10.000000000 -0700
+++ bibcursed.c.patch   2006-05-09 14:18:57.000000000 -0700
@@ -526,7 +526,7 @@
        }
 
       /* Check to see if we have all the info we need */
-      if (ch == 'z')
+      if (lch == 'z')
        {
          not_done =0;
          if (use_address==1 && set_address == 0)




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bibcursed depends on:
ii  libc6                         2.3.6-7    GNU C Library: Shared libraries
ii  libncurses5                   5.5-2      Shared libraries for terminal hand

bibcursed recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to