Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix compilation warning.
Vsevolod Stakhov committed 13 years ago
commit 5c77df94b134b48689612a5582650f6ec5b0b274
parent eb5315f
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;