Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix compilation warning.
Vsevolod Stakhov committed 13 years ago
commit 5c77df94b134b48689612a5582650f6ec5b0b274
parent eb5315f68f653fb5fac3800ce619d0a80b02134d
1 file changed +1 -1
modified libpkg/packing.c
@@ -208,7 +208,7 @@ packing_append_file_attr(struct packing *pack, const char *filepath,
			retcode = EPKG_FATAL;
			goto cleanup;
		}
-
		if (st.st_size > SIZE_T_MAX) {
+
		if (st.st_size > SSIZE_MAX) {
			char buf[BUFSIZ];
			int len;