From f0ab556366f64ad8d2c24f25ca7350f767c3ed7d Mon Sep 17 00:00:00 2001 From: mi Date: Wed, 20 Aug 2003 21:44:34 +0000 Subject: Add the missing \n to one of the printf()s in the patch. --- databases/dbf/files/patch-pending | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/dbf/files/patch-pending b/databases/dbf/files/patch-pending index d11f8b6..33f7e9c 100644 --- a/databases/dbf/files/patch-pending +++ b/databases/dbf/files/patch-pending @@ -686,7 +686,7 @@ Hopefully, their next release will include these hunks. + case SCREEN_OUTPUT: + for (i=1; i < header_length; i++) { + dbf = header[i]; -+ printf("%11.11s: %.*s", dbf->field_name, ++ printf("%11.11s: %.*s\n", dbf->field_name, + dbf->field_length, p); + p += dbf->field_length; } -- cgit v1.1