https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217317
Oleksandr Tymoshenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Assignee|[email protected] |[email protected] Status|New |Closed CC| |[email protected] --- Comment #2 from Oleksandr Tymoshenko <[email protected]> --- Thanks for submitting the patch. I did some modifications and committed it to the repo. Changes from the original patch: - Removed nested <> from the fields that can't contain spaces, like vendor ID. Nested <> makes output harder to parse - Changed string attributes format from "%*s" to "%.*s", the former ignores length and prints garbage at the end of the value. - Added SPDX tag to the new header -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
