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
mpim-sw
libcdi
Commits
1f5621b1
Commit
1f5621b1
authored
Oct 28, 2015
by
Thomas Jahns
🤸
Browse files
Merge dependent conditions.
parent
48d1077c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_grb.c
View file @
1f5621b1
...
...
@@ -737,8 +737,7 @@ void grbCopyRecord(stream_t * streamptr2, stream_t * streamptr1)
long
unzipsize
;
int
izip
=
gribGetZip
((
long
)
recsize
,
gribbuffer
,
&
unzipsize
);
if
(
izip
==
0
)
if
(
streamptr2
->
comptype
==
COMPRESS_SZIP
)
if
(
izip
==
0
&&
streamptr2
->
comptype
==
COMPRESS_SZIP
)
nbytes
=
grbSzip
(
filetype
,
gribbuffer
,
nbytes
);
}
...
...
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