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
dc57a74b
Commit
dc57a74b
authored
Jul 31, 2006
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
c2c7f341
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_grb.c
View file @
dc57a74b
...
...
@@ -235,7 +235,7 @@ int grbDecodeDataDP(unsigned char *gribbuffer, int gribsize, double *data, int g
return
(
status
);
}
if
(
itmpbuffersize
<
gribsize
)
if
(
itmpbuffersize
<
(
size_t
)
gribsize
)
{
itmpbuffersize
=
gribsize
;
itmpbuffer
=
(
unsigned
char
*
)
realloc
(
itmpbuffer
,
itmpbuffersize
);
...
...
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