mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Use PNG_UINT_31_MAX instead of constant 0x7fffffff in timepng.c
This commit is contained in:
parent
8c754b1834
commit
21939d36ec
@ -397,7 +397,7 @@ int main(int argc, char **argv)
|
||||
#ifdef __COVERITY__
|
||||
else
|
||||
{
|
||||
nfiles &= 0x7fffffff;
|
||||
nfiles &= PNG_UINT_31_MAX;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user