aboutsummaryrefslogtreecommitdiffstats
path: root/databases/firebird-devel/files/patch-qli::help.e
diff options
context:
space:
mode:
Diffstat (limited to 'databases/firebird-devel/files/patch-qli::help.e')
-rw-r--r--databases/firebird-devel/files/patch-qli::help.e11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird-devel/files/patch-qli::help.e b/databases/firebird-devel/files/patch-qli::help.e
new file mode 100644
index 000000000000..defaf6497ecc
--- /dev/null
+++ b/databases/firebird-devel/files/patch-qli::help.e
@@ -0,0 +1,11 @@
+--- 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);
++ 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)
+ {