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
darshan
darshan
Commits
6a53c79f
Commit
6a53c79f
authored
Feb 23, 2017
by
Shane Snyder
Browse files
easy bug fix in darshan-diff tool
parent
d2f2053e
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-diff.c
View file @
6a53c79f
...
...
@@ -371,7 +371,7 @@ static int darshan_build_global_record_hash(
*/
for
(
i
=
0
;
i
<
DARSHAN_MAX_MODS
;
i
++
)
{
if
(
!
mod_logutils
[
i
])
break
;
if
(
!
mod_logutils
[
i
])
continue
;
while
(
1
)
{
...
...
Shane Snyder
@ssnyder
mentioned in issue
#226 (closed)
·
Feb 23, 2017
mentioned in issue
#226 (closed)
mentioned in issue #226
Toggle commit list
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