Maintainer update for -current building
PR: ports/45228 Submitted by: Chris Knight <chris@aims.com.au>
This commit is contained in:
parent
7a55fb6ee2
commit
519513e88a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70244
11
databases/firebird-devel/files/patch-qli::help.c
Normal file
11
databases/firebird-devel/files/patch-qli::help.c
Normal file
@ -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)
|
||||
{
|
Loading…
Reference in New Issue
Block a user