]> 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 14:03:58 +0000 (16:03 +0200)
commit975bc1026d1162107e04e9820e41621945b74023
tree09b592c870dc50ada8f969946b35e0fbc79f9aeb
parent475ecbad15943d6831fc508ce72016d581763b2b
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