[g2clib] Fix unassigned variable

This commit is contained in:
Roland Winklmeier
2016-03-21 00:33:40 +01:00
parent 724cefe44f
commit 4e9c34b04a

View File

@@ -36,7 +36,7 @@ void seekgb(FILE *lugb,g2int iseek,g2int mseek,g2int *lskip,g2int *lgrib)
//$$$
{
g2int k,k4,ipos,nread,lim,start,vers,lengrib;
int end;
int end=0;
unsigned char *cbuf;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -