Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d32d322
)
Fix bug with error messages.
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Wed, 16 Jan 2013 14:28:51 +0000
(16:28 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Wed, 16 Jan 2013 14:28:51 +0000
(16:28 +0200)
Update issue 52
Status: FixedInGit
pb_decode.c
patch
|
blob
|
history
diff --git
a/pb_decode.c
b/pb_decode.c
index
c9652af
..
6b6066e
100644
(file)
--- a/
pb_decode.c
+++ b/
pb_decode.c
@@
-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 */