Jakub Zawadzki
changed
bug 10209
Comment # 6
on bug 10209
from Jakub Zawadzki
Hi,
- I think the best would be to kill optimization, and just do:
expert_add_info ->
expert_add_info_format(..., "%s", eiinfo->summary);
proto_tree_add_expert ->
proto_tree_add_expert_format(..., "%s", eiinfo->summary);
- Or modify a little bit attachment #12828 [details] and change
from:
va_list unused;
to:
static va_list unused;
- Or pass not a va_list, but pointer to va_list (where for sure can be passed
NULL).
Cheers,
Jakub.
You are receiving this mail because:
- You are watching all bug changes.