From b7533a52d684a41d3e987a6a6634ff6cb23fa54a Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 16 Nov 2002 14:04:51 +0000 Subject: Maintainer update for -current building PR: ports/45228 Submitted by: Chris Knight --- databases/firebird-devel/files/patch-qli::help.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/firebird-devel/files/patch-qli::help.c 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) + { -- cgit