diff options
-rw-r--r-- | src/module-env-25.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module-env-25.h b/src/module-env-25.h index 17e67004b24..675010b995b 100644 --- a/src/module-env-25.h +++ b/src/module-env-25.h @@ -92,7 +92,7 @@ SIZE must point to the total size of the buffer. If BUFFER is NULL or if SIZE is not big enough, write the required buffer size - to SIZE and return false. + to SIZE and return true. Note that SIZE must include the last null byte (e.g. "abc" needs a buffer of size 4). |