Wireshark-commits: [Wireshark-commits] rev 50392: /trunk/epan/ /trunk/epan/: expert.c

Date: Fri, 05 Jul 2013 23:53:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50392

User: eapache
Date: 2013/07/05 04:53 PM

Log:
 Fix the use of va_args in the new expert code. Passing a va_list to a ... is
 valid, but doesn't do what you actually want most of the time.

Directory: /trunk/epan/
  Changes    Path          Action
  +5 -1      expert.c      Modified