Open GoogleCodeExporter opened 9 years ago
Interesting. This is strange because I am using protobuf library to extract the
enumeration. Didn't expect that there will be a problem.
I will look into it.
Thanks
... Alan
Original comment by askl...@gmail.com
on 12 Mar 2014 at 4:30
FYI, to fix this you just need to change WriteEnumFieldEntries to use:
enumDescriptor->value(i)->number()
instead of the index variable 'i'
Original comment by ahow...@gmail.com
on 4 Nov 2014 at 12:40
Original issue reported on code.google.com by
prabo...@gmail.com
on 6 Mar 2014 at 5:49