mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Typo in previous PR
re: https://github.com/Unidata/netcdf-c/issues/2136 Patch for: https://github.com/Unidata/netcdf-c/pull/2134/ Inadvertent error changing ->info to ->s3.
This commit is contained in:
parent
fcf0fa7dbd
commit
e14c17fd08
@ -1117,7 +1117,7 @@ openmagic(struct MagicFile* file)
|
||||
assert(file->parameters != NULL);
|
||||
if((retval = MPI_File_open(((NC_MPI_INFO*)file->parameters)->comm,
|
||||
(char*)file->path,MPI_MODE_RDONLY,
|
||||
((NC_MPI_INFO*)file->parameters)->s3,
|
||||
((NC_MPI_INFO*)file->parameters)->info,
|
||||
&file->fh)) != MPI_SUCCESS) {
|
||||
#ifdef MPI_ERR_NO_SUCH_FILE
|
||||
int errorclass;
|
||||
|
Loading…
Reference in New Issue
Block a user