summaryrefslogtreecommitdiff
path: root/databases/firebird-devel/files/patch-porting::qli::help.c
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:34:21 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:34:21 +0000
commitea7d06de9102477b334d82b5b9617fdbefe1ec89 (patch)
tree010f6253bb4c0f6be3bcb32f6489cdb9b501d351 /databases/firebird-devel/files/patch-porting::qli::help.c
parentAdd missing patches for the 1.5.r7 update. (diff)
- Update to 2.0.a0.
- Previous maintainer is now tha actual maintainer again. - No package at the moment. PR: 59001 Submitted by: chris@e-easy.com.au
Notes
Notes: svn path=/head/; revision=95039
Diffstat (limited to 'databases/firebird-devel/files/patch-porting::qli::help.c')
-rw-r--r--databases/firebird-devel/files/patch-porting::qli::help.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/firebird-devel/files/patch-porting::qli::help.c b/databases/firebird-devel/files/patch-porting::qli::help.c
deleted file mode 100644
index e330a8974ea6..000000000000
--- a/databases/firebird-devel/files/patch-porting::qli::help.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- porting/qli/help.c.orig Wed Jan 30 14:30:54 2002
-+++ porting/qli/help.c Fri Nov 22 19:36:28 2002
-@@ -289,7 +289,7 @@
- isc_25.isc_26))
- continue;
- if (++topics == 1 && banner)
-- ib_printf ("%s\n", banner, string, parent);
-+ ib_printf ("%s%s%s\n", banner, string, parent);
- p = line + ((ptr - line + COLUMN_WIDTH - 1) / COLUMN_WIDTH) * COLUMN_WIDTH;
- if (p + l > line + RIGHT_MARGIN)
- {