[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 11cbedc 3/3: * src/module-env-25.h (copy_string_con
From: |
Philipp Stephani |
Subject: |
[Emacs-diffs] master 11cbedc 3/3: * src/module-env-25.h (copy_string_contents): Fix comment. |
Date: |
Sat, 1 Jul 2017 14:02:38 -0400 (EDT) |
branch: master
commit 11cbedc68725a7a38d292180bbcda41d2aa3e0fc
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>
* src/module-env-25.h (copy_string_contents): Fix comment.
---
src/module-env-25.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/module-env-25.h b/src/module-env-25.h
index 17e6700..675010b 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).