Skip to content

Commit

Permalink
Fix bug in add_error_class.c.in
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Tronge <[email protected]>
  • Loading branch information
jtronge committed Jul 26, 2024
1 parent ab97009 commit ca3b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/mpi/c/add_error_class.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ PROTOTYPE ERROR_CLASS Add_error_class(INT_OUT errorclass)
return OMPI_ERRHANDLER_NOHANDLE_INVOKE(rc, FUNC_NAME);
}

errorclass = err_class;
*errorclass = err_class;
return MPI_SUCCESS;
}

0 comments on commit ca3b4a3

Please sign in to comment.