Skip to content

Commit e14c17f

Browse files
Typo in previous PR
re: Unidata#2136 Patch for: Unidata#2134 Inadvertent error changing ->info to ->s3.
1 parent fcf0fa7 commit e14c17f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdispatch/dinfermodel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ openmagic(struct MagicFile* file)
11171117
assert(file->parameters != NULL);
11181118
if((retval = MPI_File_open(((NC_MPI_INFO*)file->parameters)->comm,
11191119
(char*)file->path,MPI_MODE_RDONLY,
1120-
((NC_MPI_INFO*)file->parameters)->s3,
1120+
((NC_MPI_INFO*)file->parameters)->info,
11211121
&file->fh)) != MPI_SUCCESS) {
11221122
#ifdef MPI_ERR_NO_SUCH_FILE
11231123
int errorclass;

0 commit comments

Comments
 (0)