]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/hexdecoct.c
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / basic / hexdecoct.c
index c5987ee1b9e5d67700e582ec1c0d5d9e80462884..8aedc0d5836ba83c62e198ef3e8fbc98f27d36a1 100644 (file)
@@ -640,7 +640,7 @@ int base64_append(
                 return base64_append_width(prefix, plen, "\n", indent, p, l, width - indent - 1);
         else
                 /* leave plen on the left, keep last column free */
-                return base64_append_width(prefix, plen, NULL, plen, p, l, width - plen - 1);
+                return base64_append_width(prefix, plen, " ", plen, p, l, width - plen - 1);
 }
 
 static int unbase64_next(const char **p, size_t *l) {