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
d4eb17db
Commit
d4eb17db
authored
Jul 21, 2005
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fopen("w") -> fopen("wb")
parent
fdb25925
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
doc/asn1c-usage.html
doc/asn1c-usage.html
+1
-1
doc/asn1c-usage.lyx
doc/asn1c-usage.lyx
+1
-1
doc/asn1c-usage.pdf
doc/asn1c-usage.pdf
+0
-0
No files found.
doc/asn1c-usage.html
View file @
d4eb17db
...
...
@@ -1051,7 +1051,7 @@ the file <B>main.c</B>:
<FONT
SIZE=
"-1"
>
fprintf(stderr,
''Specify
filename
for
BER
output
\
n'');
</FONT>
<FONT
SIZE=
"-1"
>
}
else
{
</FONT>
<FONT
SIZE=
"-1"
>
const
char
*filename
=
av[1];
</FONT>
<FONT
SIZE=
"-1"
>
FILE
*fp
=
fopen(filename,
''w'');
/*
for
BER
output
*/
</FONT>
<FONT
SIZE=
"-1"
>
FILE
*fp
=
fopen(filename,
''w
b
'');
/*
for
BER
output
*/
</FONT>
<FONT
SIZE=
"-1"
>
if(!fp)
{
</FONT>
<FONT
SIZE=
"-1"
>
perror(filename);
</FONT>
...
...
doc/asn1c-usage.lyx
View file @
d4eb17db
...
...
@@ -2296,7 +2296,7 @@ n
\begin_inset Quotes sld
\end_inset
w
w
b
\begin_inset Quotes srd
\end_inset
...
...
doc/asn1c-usage.pdf
View file @
d4eb17db
No preview for this file type
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