ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 32961: /trunk/epan/ /trunk/epan/: column-utils.c

Date: Wed, 26 May 2010 02:01:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32961

User: guy
Date: 2010/05/25 07:01 PM

Log:
 Once you've used a va_list, you can't use it again until you
 reinitialize it with va_start().  (Yes, there are platforms where
 reusing the va_arg fails, e.g. Mac OS X on x86-64.)

Directory: /trunk/epan/
  Changes    Path              Action
  +6 -6      column-utils.c    Modified