I'm using an ARM Cortex A9 running Ubuntu Linux. My application uses protobufs. I have successfully implemented much of my interface, but there are a couple of messages that have an integer that is getting padded. For example, if send decimal 50 (0x32), when it's parsed from the protomessage, I get 0x32 0x00. The raw data on the send and receive sides match up (ethernet). Any ideas?
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
