]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/util.h
Update bcachefs sources to ab3b6e7dd6 bcachefs: Fix pr_buf() calls
[bcachefs-tools-debian] / libbcachefs / util.h
index 888693703c75b10ecc034713290f383a46859350..086d941f23e59648829f087a4c7565db979bd0ba 100644 (file)
@@ -386,7 +386,7 @@ static inline void pr_uuid(struct printbuf *out, u8 *uuid)
        char uuid_str[40];
 
        uuid_unparse_lower(uuid, uuid_str);
-       pr_buf(out, uuid_str);
+       pr_buf(out, "%s", uuid_str);
 }
 
 int bch2_strtoint_h(const char *, int *);