Hi all,

Thanks for all your good job on protobuf.

Just a very small "bug" in your CPP Tutorial :
http://code.google.com/intl/fr/apis/protocolbuffers/docs/cpptutorial.html

In Adressbook writter sample the "output" stream is not closed
proprerly, so you can obtain an empty output file when running it.

Just adding output.close before
"google::protobuf::ShutdownProtobufLibrary(); " do the trick.

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to