recGblSetSevr args transposed...
This commit is contained in:
@ -142,7 +142,7 @@ static PyObject* pyRecord_setSevr(pyRecord *self, PyObject *args, PyObject *kws)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
recGblSetSevr(prec, sevr, stat);
|
recGblSetSevr(prec, stat, sevr);
|
||||||
Py_RETURN_NONE;
|
Py_RETURN_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user