billvaglienti / ProtoGen

Communications protocol generation software
MIT License
30 stars 16 forks source link

Fix for erroneous "_t" check #58

Closed SchrodingersGat closed 7 years ago

SchrodingersGat commented 7 years ago

Current release has a bug whereby structures that contain text _t within their name generate bad code.

This is because there are two checks in ProtoGen to see if the text contains _t where they should check if the text ends with _t