Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41234: /trunk/ui/cli/ /trunk/ui/cli/: tap-iostat.c

Date: Wed, 29 Feb 2012 10:25:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41234

User: martinm
Date: 2012/02/29 02:25 AM

Log:
 Fix another couple of warnings, but not sure what to do about the rest:
 
 tap-iostat.c: In function ‘iostat_draw’:
 tap-iostat.c:542:5: error: implicit declaration of function ‘itoa’
 tap-iostat.c:756:9: error: too few arguments for format
 tap-iostat.c:756:9: error: too few arguments for format
 
 itoa() could be converted into a g_snprintf(), but the buffer used is only
 one character long.  Is that right?
 
 For the printf() format one, I'm not sure what was intended.

Directory: /trunk/ui/cli/
  Changes    Path            Action
  +2 -2      tap-iostat.c    Modified