From d5e474be483b3ce7eed36d63c7644139b529201c Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 5 Aug 2023 22:46:42 +0000 Subject: Make PAM_OVERALL_MAXVAL unsigned long, to match 'sample' git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4572 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pam.h') diff --git a/lib/pam.h b/lib/pam.h index 94c85b4e..99498ed1 100644 --- a/lib/pam.h +++ b/lib/pam.h @@ -210,7 +210,7 @@ typedef sample *tuple; of the image (see pam.depth above). */ -#define PAM_OVERALL_MAXVAL 65535 +#define PAM_OVERALL_MAXVAL 65535lu /* Note: xv uses the same "P7" signature for its thumbnail images (it started using it years before PAM and unbeknownst to the designer -- cgit 1.4.1