Complete initialization of pb_istream_t.
authorJens Steinhauser <jens.steinhauser@gmail.com>
Mon, 26 Nov 2012 23:19:55 +0000 (00:19 +0100)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Tue, 27 Nov 2012 17:55:21 +0000 (19:55 +0200)
commit068de05c51b7b46e33ef87b8d78c9dda6704abc8
tree969c25f4a489070cf382ab4ecda0dd3995959de2
parent1f8fb1f1ed3dbb606241db191bc3c0b5683fd4a8
Complete initialization of pb_istream_t.

Because PB_RETURN_ERROR checks if the 'errmsg' member is NULL before
assigning to it, error messages would get lost.
pb_decode.c