Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update irrsmo00.c
Browse files Browse the repository at this point in the history
ElijahSwiftIBM committed Feb 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3ae68b1 commit 2d69853
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
@@ -116,7 +116,7 @@ static PyObject *call_irrsmo00(PyObject *self, PyObject *args, PyObject *kwargs)
printf("result buffer: %s\n", result_buffer);
printf("result length: %d\n", result_len);

result_len = result_buffer_size;
//result_len = result_buffer_size;
//memset(result_buffer, 0, result_buffer_size);
} while((saf_rc == 8) && (racf_rc == 4000) && (i < 20));

0 comments on commit 2d69853

Please sign in to comment.