mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnUL
This commit is contained in:
@@ -237,7 +237,7 @@ png_image_size(png_structrp png_ptr)
|
||||
}
|
||||
|
||||
else
|
||||
return 0xffffffffUL;
|
||||
return 0xffffffffU;
|
||||
}
|
||||
|
||||
#ifdef PNG_WRITE_OPTIMIZE_CMF_SUPPORTED
|
||||
|
||||
Reference in New Issue
Block a user