mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Fixed error with previous merge that prevented compilation.
This commit is contained in:
parent
b5aa5924a9
commit
bc141aef5a
@ -426,9 +426,7 @@ markprefetch(NCDAPCOMMON* nccomm)
|
||||
{
|
||||
extern char* ocfqn(OCddsnode);
|
||||
char *tmp = ocfqn(var->ocnode);
|
||||
//extern char* ocfqn(OCddsnode);
|
||||
nclog(NCLOGDBG,"prefetchable: %s=%lu",
|
||||
ocfqn(var->ocnode),(unsigned long)nelems);
|
||||
tmp,(unsigned long)nelems);
|
||||
free(tmp);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user