[Bug 267710] net/pload: fix command-line args and fix unit display
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267710] net/pload: fix command-line args and fix unit display"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jan 2023 03:27:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267710 J.R. Oldroyd <fbsd@opal.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #239432| |maintainer-approval+ Flags| | --- Comment #2 from J.R. Oldroyd <fbsd@opal.com> --- Created attachment 239432 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239432&action=edit patch to fix %d expansion in -iformat and -oformat arguments Since this hasn't yet been committed, here is an additional patch to fix another bug. Currently, if "%d" appears in an -iformat or -oformat <fmt> argument, it _replaces_ the contents of the buffer so far. It should _append_ to the buffer as do all the other format specifiers. The second patch fixes this. The patches in both attachments need applying. -- You are receiving this mail because: You are the assignee for the bug.