File: fix-address-field.patch

package info (click to toggle)
bibcursed 2.0.0-6.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid
  • size: 324 kB
  • sloc: ansic: 5,056; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: correct behavior for marking the address field
Author: Christopher Nelson
Bug-Debian: https://bugs.debian.org/366872

--- bibcursed-2.0.0.orig/bibcursed.c
+++ bibcursed-2.0.0/bibcursed.c
@@ -279,7 +279,7 @@ add_entry()
           }
          else
             printw("%s","1. Address ");
-         if (set_author == 1) addch('*');
+         if (set_address == 1) addch('*');
          print_pos++;
        }
       if (use_annote != 0)