Skip to content

Commit

Permalink
fix compile problem after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha committed Jan 2, 2024
1 parent 750af0c commit 66b29d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/mca/base/mca_base_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ int mca_base_event_dump(int index, char ***out, mca_base_var_dump_type_t output_
if (NULL != event->event_enumerator) {
char *values;

ret = event->event_enumerator->dump(event->event_enumerator, &values);
ret = event->event_enumerator->dump(event->event_enumerator, &values, MCA_BASE_VAR_ENUM_DUMP_READABLE);
if (OPAL_SUCCESS == ret) {
(void)asprintf (out[0] + line++, "Elements: %s", values);
free (values);
Expand Down

0 comments on commit 66b29d5

Please sign in to comment.