mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Add the missing \n to one of the printf()s in the patch.
This commit is contained in:
parent
897b001ea6
commit
af655ec14a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87406
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue