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
2831e2f6
Commit
2831e2f6
authored
Jun 23, 2020
by
Mouse
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/pr/340' into vlm_master
parents
cc5a9543
ca65a48c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/docsrc/asn1c-usage.tex
doc/docsrc/asn1c-usage.tex
+1
-1
No files found.
doc/docsrc/asn1c-usage.tex
View file @
2831e2f6
...
...
@@ -207,7 +207,7 @@ int main(int ac, char **av) {
asn
_
enc
_
rval
_
t ec; /* Encoder return value */
/* Allocate the Rectangle
_
t */
rectangle = calloc(1, sizeof(Rectangle
_
t)); /* not malloc! */
rectangle = calloc(1, sizeof(Rectangle
_
t)); /*
must initialize to zero,
not malloc! */
if(!rectangle)
{
perror("calloc() failed");
exit(1);
...
...
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