Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg_repo: Add missing spaces in error messages
Jose Luis Duran committed 9 days ago
commit ced33b929131c5020a801204d44935e7eec57696
parent 1629385
1 file changed +2 -2
modified libpkg/pkg_repo.c
@@ -494,7 +494,7 @@ pkg_repo_parse_sigkeys(const char *in, int inlen, pkghash **sc)
			}
			if (end - p < sizeof (int)) {
				pkg_emit_error("truncated reply for signature_fingerprints"
-
						"output");
+
						" output");
				free(s);
				return (EPKG_FATAL);
			}
@@ -509,7 +509,7 @@ pkg_repo_parse_sigkeys(const char *in, int inlen, pkghash **sc)
			}
			if (end - p < len || len <= 0) {
				pkg_emit_error("truncated reply for signature_fingerprints"
-
						"output, wanted %d bytes", len);
+
						" output, wanted %d bytes", len);
				free(s);
				return (EPKG_FATAL);
			}