nfstrace icon indicating copy to clipboard operation
nfstrace copied to clipboard

analyzers: fix a couple format errors

Open enr0n opened this issue 2 years ago • 1 comments

A couple mvwprintw() calls result in build errors like:

error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘time_t’ {aka ‘long int’} [-Werror=format=]

Update these calls to use the correct format specifiers.

enr0n avatar Mar 16 '22 15:03 enr0n

Thanks @enr0n , fixes compilation on Gentoo as well. PR worth integrating.

agrenott avatar Nov 07 '22 07:11 agrenott