Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
5f998b84
Commit
5f998b84
authored
Apr 23, 2019
by
Bi-Ruei, Chiu
Committed by
Mouse
Apr 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use compute_extensions_start() to determine position of extension
parent
82a49bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libasn1compiler/asn1c_C.c
libasn1compiler/asn1c_C.c
+1
-1
No files found.
libasn1compiler/asn1c_C.c
View file @
5f998b84
...
...
@@ -425,7 +425,7 @@ asn1c_lang_C_type_SEQUENCE_def(arg_t *arg, asn1c_ioc_table_and_objset_t *opt_ioc
asn1p_expr_t
*
expr
=
arg
->
expr
;
asn1p_expr_t
*
v
;
int
elements
;
/* Number of elements */
int
first_extension
=
-
1
;
int
first_extension
=
compute_extensions_start
(
expr
)
;
tag2el_t
*
tag2el
=
NULL
;
int
tag2el_count
=
0
;
int
tags_count
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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