From e60fc711173cd4e36e7574bc34fc6f16b07c9124 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 22 Nov 2002 23:26:24 +0000 Subject: Maintainer update PR: ports/45583 Submitted by: Chris Knight --- databases/firebird-devel/files/patch-porting::qli::help.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/firebird-devel/files/patch-porting::qli::help.c (limited to 'databases/firebird-devel/files/patch-porting::qli::help.c') 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) + { -- cgit v1.2.3