Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shane Snyder
darshan
Commits
557e586c
Commit
557e586c
authored
Sep 22, 2016
by
Shane Snyder
Browse files
small bug fix in stdio module
parent
8438ee10
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-stdio.c
View file @
557e586c
...
...
@@ -971,7 +971,7 @@ static void stdio_runtime_initialize()
/* return if darshan-core does not provide enough module memory */
if
(
stdio_buf_size
<
sizeof
(
struct
darshan_stdio_file
))
{
darshan_core_unregister_module
(
DARSHAN_
POSIX
_MOD
);
darshan_core_unregister_module
(
DARSHAN_
STDIO
_MOD
);
return
;
}
...
...
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