Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
362d549c
Commit
362d549c
authored
Feb 26, 2013
by
Jeroen Vreeken
Browse files
put trace_view data in /tmp
parent
38d9872b
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/trace/trace_view.c
View file @
362d549c
...
...
@@ -108,7 +108,7 @@ int open_trace(struct trace *trace, char *tracename)
}
trace
->
tmpfilename
=
malloc
(
100
);
sprintf
(
trace
->
tmpfilename
,
"trace_view_XXXXXX"
);
sprintf
(
trace
->
tmpfilename
,
"
/tmp/
trace_view_XXXXXX"
);
fdmkstemp
=
mkstemp
(
trace
->
tmpfilename
);
printf
(
"Going to use %s temp file for '%s' data
\n
"
,
...
...
Write
Preview
Supports
Markdown
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