mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[g2clib] Fix unassigned variable
This commit is contained in:
@@ -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;
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
Reference in New Issue
Block a user