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
Sudheer Chunduri
darshan
Commits
7f4b0026
Commit
7f4b0026
authored
Jun 07, 2012
by
Philip Carns
Browse files
bug fix
git-svn-id:
https://svn.mcs.anl.gov/repos/darshan/trunk@569
3b7491f3-a168-0410-bf4b-c445ed680a29
parent
b205a6c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-logutils.c
View file @
7f4b0026
...
...
@@ -408,7 +408,7 @@ int darshan_log_getjob(darshan_fd file, struct darshan_job *job)
#ifdef HAVE_STRNDUP
char
*
metadata
=
strndup
(
job
->
metadata
,
sizeof
(
job
->
metadata
));
#else
char
*
metadata
=
str
n
dup
(
job
->
metadata
);
char
*
metadata
=
strdup
(
job
->
metadata
);
#endif
char
*
kv
;
char
*
key
;
...
...
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