Open mfeit-internet2 opened 2 years ago
In error.c, the OWPError_ function send the error number to I2ErrLogVT but doesn't convert it to a string when writing to the console.
error.c
OWPError_
I2ErrLogVT
In
error.c
, theOWPError_
function send the error number toI2ErrLogVT
but doesn't convert it to a string when writing to the console.