Oops, typoed #ifdef; again fixing previous commit.
This commit is contained in:
@@ -226,7 +226,7 @@ void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream)
|
|||||||
{
|
{
|
||||||
stream->state = substream->state;
|
stream->state = substream->state;
|
||||||
|
|
||||||
#ifdef PB_NO_ERRMSG
|
#ifndef PB_NO_ERRMSG
|
||||||
stream->errmsg = substream->errmsg;
|
stream->errmsg = substream->errmsg;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user