FreeBSD Bugzilla – Attachment 198441 Details for
Bug 208698
misc/lifelines: "person" entries show extraneous "Y" in DATE fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Addition of new file (local patch of upstream commit)
pr208698.patch (text/plain), 1.12 KB, created by
matt
on 2018-10-21 18:51:30 UTC
(
hide
)
Description:
Addition of new file (local patch of upstream commit)
Filename:
MIME Type:
Creator:
matt
Created:
2018-10-21 18:51:30 UTC
Size:
1.12 KB
patch
obsolete
>diff -ruN lifelines.orig/files/patch-upstream-e99eb7778f55f4f15f6b63c6df2b7680fbdc53c3 lifelines/files/patch-upstream-e99eb7778f55f4f15f6b63c6df2b7680fbdc53c3 >--- lifelines.orig/files/patch-upstream-e99eb7778f55f4f15f6b63c6df2b7680fbdc53c3 1969-12-31 19:00:00.000000000 -0500 >+++ lifelines/files/patch-upstream-e99eb7778f55f4f15f6b63c6df2b7680fbdc53c3 2018-10-21 14:41:54.868989000 -0400 >@@ -0,0 +1,14 @@ >+--- src/liflines/show.c.orig >++++ src/liflines/show.c >+@@ -254,7 +254,10 @@ disp_person_birthdeath (ZSTR zstr, RECORD irec, struct tag_prefix * tags, RFMT r >+ zs_apps(ztemp, place); >+ } >+ if (!date && !place) { >+- zs_apps(ztemp, "Y"); >++ // Git #308: INDI with BIRT/DEAT without DATE/PLAC displays "Y" >++ // The 3.0.62 behaviour was to display nothing. >++ // This sounds more appropriate so reverting to that behaviour. >++ //zs_apps(ztemp, "Y"); >+ } >+ if (ct>1) { >+ zs_appf(ztemp, " (%d alt)", ct-1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
matt:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208698
: 198441