[email protected]
changed
bug 8416
What |
Removed |
Added |
Attachment #10146 Flags |
|
review_for_checkin?
|
Comment # 2
on bug 8416
from [email protected]
Created attachment 10146 [details]
patch to remove C++ incompatibilities from packet-asn1.c
More work to remove C++ incompatibilities, this time in
plugins/asn1/packet-asn1.c which required changing the name of a structure
member from typename (a reserved word in C++) to asn1typename and the usual
assortment of implicit casts converted to explicit casts.
You are receiving this mail because:
- You are watching all bug changes.