mirror of https://github.com/ecmwf/eccodes.git
Work on MEMFS
This commit is contained in:
parent
a6b8e3625e
commit
970e4b5525
|
@ -643,7 +643,6 @@ char *grib_context_full_defs_path(grib_context* c,const char* basename)
|
|||
}
|
||||
#ifdef HAVE_MEMFS
|
||||
sprintf(full,"/definitions/%s",basename);
|
||||
printf("=====> %s\n", full);
|
||||
if(codes_memfs_exists(full)) {
|
||||
fullpath=(grib_string_list*)grib_context_malloc_clear_persistent(c,sizeof(grib_string_list));
|
||||
Assert(fullpath);
|
||||
|
|
Loading…
Reference in New Issue