Correction.

This commit is contained in:
Bodo Möller 2000-04-15 00:04:30 +00:00
parent bc36f18117
commit 2c8c4ce2e0

View file

@ -23,7 +23,7 @@ bytes long. If I<buf> is B<NULL>, the error string is placed in a
static buffer. static buffer.
ERR_error_string_n() is a variant of ERR_error_string() that writes ERR_error_string_n() is a variant of ERR_error_string() that writes
at most I<len> characters (including the terminating 0) at most I<len> characters (including the terminating 0)
and truncates the resulting string if necessary. and truncates the string if necessary.
For ERR_error_string_n(), I<buf> may not be B<NULL>. For ERR_error_string_n(), I<buf> may not be B<NULL>.
The string will have the following format: The string will have the following format: