8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Fixed format string (GCC 3.2 won't compile this file).

This commit is contained in:
eku 2002-08-26 08:51:59 +00:00
parent 4cd2de3c6e
commit 0631a42ae9

View File

@ -150,7 +150,7 @@ static int additional_topics( TEXT * parent, TEXT * banner, TEXT * string)
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;