Commit d2c6e706 authored by Jeff Epler's avatar Jeff Epler
Browse files

Fix field precision specifiers when used with sizeof

The compiler warns 'field precision specifier ‘.*’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’
[-Wformat=].  Add an explicit cast to int.
parent cfee89b1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment