Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Havar
asn1c
Commits
f01946ec
Commit
f01946ec
authored
Mar 24, 2013
by
Lev Walkin
Browse files
add back const qualifier
parent
ae1422b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
skeletons/asn_codecs_prim.c
View file @
f01946ec
...
...
@@ -217,7 +217,7 @@ xer_decode__primitive_body(void *key, const void *chunk_buf, size_t chunk_size,
}
lead_wsp_size
=
xer_whitespace_span
(
chunk_buf
,
chunk_size
);
chunk_buf
=
(
char
*
)
chunk_buf
+
lead_wsp_size
;
chunk_buf
=
(
const
char
*
)
chunk_buf
+
lead_wsp_size
;
chunk_size
-=
lead_wsp_size
;
bret
=
arg
->
prim_body_decoder
(
arg
->
type_descriptor
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment