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
darshan
darshan
Commits
26c4ff22
Commit
26c4ff22
authored
Dec 08, 2015
by
Shane Snyder
Browse files
bug fix in bzip2 init in darshan logutils
parent
b07e6220
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-logutils.c
View file @
26c4ff22
...
...
@@ -1051,7 +1051,7 @@ static int darshan_log_dzinit(struct darshan_fd_int_state *state)
tmp_bzstrm
->
avail_in
=
0
;
tmp_bzstrm
->
next_in
=
Z_NULL
;
if
(
state
->
creat_flag
)
if
(
!
(
state
->
creat_flag
)
)
{
/* read only file, init decompress algorithm */
ret
=
BZ2_bzDecompressInit
(
tmp_bzstrm
,
1
,
0
);
...
...
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