summaryrefslogtreecommitdiff
path: root/databases/firebird-devel/files/patch-porting::qli::help.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-22 23:26:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-22 23:26:24 +0000
commite60fc711173cd4e36e7574bc34fc6f16b07c9124 (patch)
tree7b87c3c3527090c491d613c6c5df8359c541a0f2 /databases/firebird-devel/files/patch-porting::qli::help.c
parentMaintainer update to revision 0.8.0_2 (diff)
Maintainer update
PR: ports/45583 Submitted by: Chris Knight <chris@aims.com.au>
Notes
Notes: svn path=/head/; revision=70778
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, 11 insertions, 0 deletions
diff --git a/databases/firebird-devel/files/patch-porting::qli::help.c b/databases/firebird-devel/files/patch-porting::qli::help.c
new file mode 100644
index 000000000000..e330a8974ea6
--- /dev/null
+++ b/databases/firebird-devel/files/patch-porting::qli::help.c
@@ -0,0 +1,11 @@
+--- 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)
+ {