Re: [PATCH] finfo.c: Fix -Wformat warnings

2020-06-29 Thread Chet Ramey
On 6/27/20 4:09 PM, Jessica Clarke wrote: > We must cast these to unsigned long like the surrounding code. Thanks for the report and fix. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRUc...@case.

[PATCH] finfo.c: Fix -Wformat warnings

2020-06-27 Thread Jessica Clarke
We must cast these to unsigned long like the surrounding code. --- examples/loadables/finfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/loadables/finfo.c b/examples/loadables/finfo.c index 4273aa59..92e98008 100644 --- a/examples/loadables/finfo.c +++ b/exa