diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 13:59:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 13:59:05 +0000 |
commit | 0d21dd0321d77295aa6397a7cfaf260bfcd9be1a (patch) | |
tree | 8439801d634269e7dc6573c4d1b3faf758a0a48f /databases/firebird-client | |
parent | 344f17500424339ca32f4f3953e46ce646c3a6a0 (diff) | |
download | ports-0d21dd0321d77295aa6397a7cfaf260bfcd9be1a.tar.gz ports-0d21dd0321d77295aa6397a7cfaf260bfcd9be1a.zip |
Notes
Diffstat (limited to 'databases/firebird-client')
-rw-r--r-- | databases/firebird-client/files/patch-qli::help.e | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird-client/files/patch-qli::help.e b/databases/firebird-client/files/patch-qli::help.e new file mode 100644 index 000000000000..c01f12ba284a --- /dev/null +++ b/databases/firebird-client/files/patch-qli::help.e @@ -0,0 +1,11 @@ +--- qli/help.e.orig Fri Aug 4 06:53:52 2000 ++++ qli/help.e Tue Nov 19 12:31:43 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) + { |