Skip to content

Commit

Permalink
Update irrsmo00.c
Browse files Browse the repository at this point in the history
try passing a pointer to result length?

Signed-off-by: Elijah Swift <elijah.swift@ibm.com>
  • Loading branch information
ElijahSwiftIBM committed Feb 20, 2024
1 parent 3df0e07 commit 5c32952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyracf/common/irrsmo00.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static PyObject *call_irrsmo00(PyObject *self, PyObject *args, PyObject *kwargs)
req_handle,
running_userid_struct,
acee,
result_len,
&result_len,
result_buffer);
if ( i == 0 ) {
full_result = PyList_New(1);
Expand Down

0 comments on commit 5c32952

Please sign in to comment.