aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird-devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-16 14:04:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-16 14:04:51 +0000
commit519513e88a001260abc91ce1918150f8d31f81a8 (patch)
tree0ba16257cd4100028d0e9666c7ba77d96198960d /databases/firebird-devel
parent7a55fb6ee24c105d74724f5c3db838cd9f1d1857 (diff)
downloadports-519513e88a001260abc91ce1918150f8d31f81a8.tar.gz
ports-519513e88a001260abc91ce1918150f8d31f81a8.zip
Notes
Diffstat (limited to 'databases/firebird-devel')
-rw-r--r--databases/firebird-devel/files/patch-qli::help.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird-devel/files/patch-qli::help.c b/databases/firebird-devel/files/patch-qli::help.c
new file mode 100644
index 000000000000..9b9f8b47971a
--- /dev/null
+++ b/databases/firebird-devel/files/patch-qli::help.c
@@ -0,0 +1,11 @@
+--- 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))
+ 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)
+ {