Fix bug with error messages.

Update issue 52
Status: FixedInGit
This commit is contained in:
Petteri Aimonen
2013-01-16 16:28:51 +02:00
parent d32d322658
commit 88eba4bc27

View File

@@ -225,6 +225,7 @@ bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *su
void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream)
{
stream->state = substream->state;
stream->errmsg = substream->errmsg;
}
/* Iterator for pb_field_t list */