View | Details | Raw Unified | Return to bug 208698
Collapse All | Expand All

(-)lifelines/files/patch-upstream-e99eb7778f55f4f15f6b63c6df2b7680fbdc53c3 2018-10-21 14:41:54.868989000 -0400 (+14 lines)
Line 0 Link Here
1
--- src/liflines/show.c.orig
2
+++ src/liflines/show.c
3
@@ -254,7 +254,10 @@ disp_person_birthdeath (ZSTR zstr, RECORD irec, struct tag_prefix * tags, RFMT r
4
                       zs_apps(ztemp, place);
5
               }
6
               if (!date && !place) {
7
-                      zs_apps(ztemp, "Y");
8
+                        // Git #308: INDI with BIRT/DEAT without DATE/PLAC displays "Y"
9
+                        // The 3.0.62 behaviour was to display nothing.
10
+                        // This sounds more appropriate so reverting to that behaviour.
11
+                      //zs_apps(ztemp, "Y");
12
               }
13
               if (ct>1) {
14
                       zs_appf(ztemp, " (%d alt)", ct-1);

Return to bug 208698