]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/util.c
Update bcachefs sources to 938f680845d1 fixup! rename and export __kern_path_locked()
[bcachefs-tools-debian] / libbcachefs / util.c
index 2ff9cdfb006c920172e7727e5f9c406ee218fd99..c3303b02e5de42629f0baab36d81d63bfc5a4a68 100644 (file)
@@ -322,6 +322,7 @@ void bch2_prt_datetime(struct printbuf *out, time64_t sec)
        time_t t = sec;
        char buf[64];
        ctime_r(&t, buf);
+       strim(buf);
        prt_str(out, buf);
 }
 #else