Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix typo
Baptiste Daroussin committed 2 months ago
commit 66175bbda3038726dc0156679787a0596b45bcc9
parent d04b9575db3a4630561db9186eb85c72a68d6c35
1 file changed +1 -1
modified libpkg/binfmt_macho.c
@@ -314,7 +314,7 @@ read_macho_header(const int fd, macho_header_t *dest)
	ssize_t n = 0, x;
	uint32_t reserved;

-
	if ((x = read_u32(fd, false, &dest->magic) < 0)) {
+
	if ((x = read_u32(fd, false, &dest->magic)) < 0) {
		return x;
	}
	n += x;