Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
ac1d48fe
Commit
ac1d48fe
authored
Feb 27, 2012
by
Christoph Mallon
Browse files
Correct comment: xvcg wants LF, not CR.
parent
6c2c4211
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irdump.c
View file @
ac1d48fe
...
...
@@ -2638,7 +2638,7 @@ void dump_ir_graph_ext(ir_graph_dump_func func, ir_graph *graph,
obstack_1grow
(
&
obst
,
'\0'
);
file_name
=
(
char
*
)
obstack_finish
(
&
obst
);
/* xvcg expects only <
CR
> so we need "b"inary mode (for win32) */
/* xvcg expects only <
LF
> so we need "b"inary mode (for win32) */
out
=
fopen
(
file_name
,
"wb"
);
obstack_free
(
&
obst
,
file_name
);
...
...
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