Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
intel-hpdd
darshan-dxlt
Commits
a8a209d6
Commit
a8a209d6
authored
Jul 24, 2017
by
Shane Snyder
Browse files
bug fix for filtering out inactive stdio records
parent
1a7661d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-stdio.c
View file @
a8a209d6
...
...
@@ -1238,9 +1238,9 @@ static void stdio_shutdown(
{
memmove
(
&
stdio_rec_buf
[
i
],
&
stdio_rec_buf
[
i
+
1
],
(
stdio_rec_count
-
i
-
1
)
*
sizeof
(
stdio_rec_buf
[
i
]));
stdio_rec_count
--
;
i
--
;
}
stdio_rec_count
--
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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