diff options
author | mi <mi@FreeBSD.org> | 2003-08-20 21:44:34 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2003-08-20 21:44:34 +0000 |
commit | f0ab556366f64ad8d2c24f25ca7350f767c3ed7d (patch) | |
tree | 3ac29dad54f1ad6ac080e29856546a15f3c0bac9 /databases | |
parent | 9ffcc6586558218ddfb30b8a5b6af342428a3839 (diff) | |
download | FreeBSD-ports-f0ab556366f64ad8d2c24f25ca7350f767c3ed7d.zip FreeBSD-ports-f0ab556366f64ad8d2c24f25ca7350f767c3ed7d.tar.gz |
Add the missing \n to one of the printf()s in the patch.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbf/files/patch-pending | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |