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