diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-04 14:38:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-04 14:38:51 +0000 |
commit | 3ffc4bda329780941142026d7067374d2481d496 (patch) | |
tree | fea70e4303e66483e4036a554eda3d054abe97a6 /misc/lifelines/files/patch-aa | |
parent | Upgrade to 16.0. (diff) |
New port for the lifelines family tree package. Note that this
port is the database core & data entry app only. Reports will
follow in a separate package, since they are updated more
frequently.
PR: 20585
Submitted by: Matthew Emmerton <root@gabby.gsicomp.on.ca>
Diffstat (limited to 'misc/lifelines/files/patch-aa')
-rw-r--r-- | misc/lifelines/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/lifelines/files/patch-aa b/misc/lifelines/files/patch-aa new file mode 100644 index 000000000000..262f18d895d9 --- /dev/null +++ b/misc/lifelines/files/patch-aa @@ -0,0 +1,19 @@ +*** interp/interp.c.orig Thu Aug 10 01:35:53 2000 +--- interp/interp.c Thu Aug 10 01:35:42 2000 +*************** +*** 131,137 **** + if ((fp == NULL) || (ifile == NULL)) { + if(fp) fclose(fp); + llwprintf("Error: file \"%s\" not found.\n", +! (ifile ? ifile : "")); + return; + } + fclose(fp); +--- 131,137 ---- + if ((fp == NULL) || (ifile == NULL)) { + if(fp) fclose(fp); + llwprintf("Error: file \"%s\" not found.\n", +! (ifile ? (char *)ifile : "")); + return; + } + fclose(fp); |