summaryrefslogtreecommitdiff
path: root/pngwutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-08-17 10:56:17 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-08-17 10:56:17 -0500
commitd8b93c29a7952a98a444563883de84e74dda7d17 (patch)
treef6d25946d6c00bfc1c279045e18f8b350de1f8e5 /pngwutil.c
parentb9ba8d6a57d7c8cedf1e0d89d81e3ee3e0eea705 (diff)
downloadlibpng-d8b93c29a7952a98a444563883de84e74dda7d17.tar.gz
[libpng16] Appended more "UL" to hex constants.
Diffstat (limited to 'pngwutil.c')
-rw-r--r--pngwutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngwutil.c b/pngwutil.c
index 80307aec7..c4360a4fd 100644
--- a/pngwutil.c
+++ b/pngwutil.c
@@ -237,7 +237,7 @@ png_image_size(png_structrp png_ptr)
}
else
- return 0xffffffff;
+ return 0xffffffffUL;
}
#ifdef PNG_WRITE_OPTIMIZE_CMF_SUPPORTED