Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Return EPKG_FATAL if conversion to int64_t has failed
Baptiste Daroussin committed 13 years ago
commit 2b2f56f536bd8c15c0393f4c047afd11438228a7
parent 1796dad43262bc8b69a34c02fa56973bce208b0b
1 file changed +1 -0
modified libpkg/pkg_config.c
@@ -279,6 +279,7 @@ pkg_config_int64(pkg_config_key key, int64_t *val)
		if (errstr != NULL) {
			pkg_emit_error("Unable to convert %s to int64: %s",
			    c[key].val, errstr);
+
			return (EPKG_FATAL);
		}
	}
	return (EPKG_OK);