Fix bug with empty strings in repeated string callbacks.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 14 Apr 2013 06:26:42 +0000 (09:26 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 14 Apr 2013 06:26:42 +0000 (09:26 +0300)
commit9939910833a9289b5913eff29f951195e7bc61c6
tree3455554408cbfec6503f92935732201571c7311f
parent6a022985845a0a50b32b7c1fb22f9aee1f675825
Fix bug with empty strings in repeated string callbacks.

Fix suggested by Henrik Carlgren. Added also unit test for the bug.

Update issue 73
Status: FixedInGit
pb_decode.c
tests/callbacks.proto
tests/test_decode_callbacks.c
tests/test_encode_callbacks.c