[systemd-bugs] [Bug 73272] hwdb: fails on empty lines/comments in hwdb files
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jan 3 20:08:01 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=73272
Kay Sievers <kay at vrfy.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--- Comment #1 from Kay Sievers <kay at vrfy.org> ---
That's just the very basic rules of the file format, a feature and expected
behavior. \n is the record separator, only leading whitespace declares
continuation lines.
Try inserting a comment line starting with '#'.
If you want/need more fancy comment placements, just change the parser and
send a patch; but we cannot just allow completely empty lines in records, that
wouldn't be valid any more.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140104/0d2064ed/attachment.html>
More information about the systemd-bugs
mailing list