diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-18 10:54:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-18 10:54:30 +0000 |
commit | 7e7ad1bc31c0ddb63c1a410c0b2e6defd0318afb (patch) | |
tree | 06b53fd7ede0b8e59c064a5de2483f71657167b1 /databases | |
parent | 41a41e29d16369cd6d54d57e1c89bc279f0ee2d6 (diff) | |
download | FreeBSD-ports-7e7ad1bc31c0ddb63c1a410c0b2e6defd0318afb.zip FreeBSD-ports-7e7ad1bc31c0ddb63c1a410c0b2e6defd0318afb.tar.gz |
fix previous patch, which patches generated file
PR: 45387
Submitted by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird-devel/files/patch-qli::help.e (renamed from databases/firebird-devel/files/patch-qli::help.c) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/firebird-devel/files/patch-qli::help.c b/databases/firebird-devel/files/patch-qli::help.e index 9b9f8b4..defaf64 100644 --- a/databases/firebird-devel/files/patch-qli::help.c +++ b/databases/firebird-devel/files/patch-qli::help.e @@ -1,7 +1,7 @@ ---- qli/help.c.orig Tue Nov 12 16:03:39 2002 -+++ qli/help.c Tue Nov 12 17:00:35 2002 -@@ -289,7 +289,7 @@ - isc_25.isc_26)) +--- qli/help.e.orig Fri Aug 4 06:53:52 2000 ++++ qli/help.e Mon Nov 18 19:22:44 2002 +@@ -160,7 +160,7 @@ + if (!(l = p - X.TOPIC)) continue; if (++topics == 1 && banner) - ib_printf ("%s\n", banner, string, parent); |