commit | 90037eb483d3b84eab214a080e41efde85d9f2de | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Oct 23 15:39:41 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 30 17:48:47 2019 -0400 |
tree | de443dca71cd7a235a0a68315502a0cfe85ce6e4 | |
parent | 3135022cb4db37ccf7691b03f6a99cfe6afb878d [diff] |
Makefile: Fix printing problem in size_check on overflow When we have an excess size growth, fix the "limit" printf call to pass in just the limit variable rather than the string bytes to the format character. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>