Fix bug with error messages.
Update issue 52 Status: FixedInGit
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user