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
c2c7f341
Commit
c2c7f341
authored
Jul 31, 2006
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
41953dfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_grb.c
View file @
c2c7f341
...
...
@@ -247,11 +247,14 @@ int grbDecodeDataDP(unsigned char *gribbuffer, int gribsize, double *data, int g
gribsize
=
gribUnzip
(
gribbuffer
,
unzipsize
,
itmpbuffer
,
gribsize
);
if
(
gribsize
<=
0
)
Error
(
func
,
"Decompression problem!
\n
"
);
free
(
itmpbuffer
);
}
else
{
fprintf
(
stderr
,
"Decompression for %d not implemented!
\n
"
,
izip
);
Error
(
func
,
"Decompression for %d not implemented!
\n
"
,
izip
);
}
}
...
...
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