Skip to content

Commit dcac4d7

Browse files
Update irrsmo00.c
1 parent 5c32952 commit dcac4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyracf/common/irrsmo00.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static PyObject *call_irrsmo00(PyObject *self, PyObject *args, PyObject *kwargs)
117117
printf("result length: %d\n", result_len);
118118

119119
result_len = result_buffer_size;
120-
//memset(result_buffer, 0, result_buffer_size);
120+
memset(result_buffer, 0, result_buffer_size);
121121
} while((saf_rc == 8) && (racf_rc == 4000) && (i < 20));
122122

123123
// https://docs.python.org/3/c-api/arg.html#c.Py_BuildValue

0 commit comments

Comments
 (0)