Re: ifconfig format bug

2016-01-06 Thread Stefan Sperling
On Wed, Jan 06, 2016 at 01:59:41PM -0500, Ted Unangst wrote: > ifconfig.c: In function 'print_media_word': > ifconfig.c:2776: error: format '%d' expects type > 'int', but argument 2 has type 'long long unsigned int' > > maybe a cast to int is ok? but if there's no harm in printing the > whole thin

ifconfig format bug

2016-01-06 Thread Ted Unangst
ifconfig.c: In function 'print_media_word': ifconfig.c:2776: error: format '%d' expects type 'int', but argument 2 has type 'long long unsigned int' maybe a cast to int is ok? but if there's no harm in printing the whole thing, i believe that's safer. Index: ifconfig.c ===