]> git.ipfire.org Git - thirdparty/util-linux.git/commit
dmesg: fix raw output
authorKarel Zak <kzak@redhat.com>
Thu, 5 Apr 2018 13:59:59 +0000 (15:59 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 5 Apr 2018 13:59:59 +0000 (15:59 +0200)
commit6963338ca586bef3370e189f13785b4b6b63bbdb
tree7a6f8faeea728eb527dbc99589e506e57bc18bdb
parentd881b773318dbd3f5ceb58a1e9a560fe0d1ac90a
dmesg: fix raw output

The commit 5f538ac40c0d215b6c9a881effe4c3b214366715 has introduced
regression ("goto" to the wrong place, so timestamps in raw mode is
not printed at all).

Addresses: https://github.com/karelzak/util-linux/issues/614
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c