summaryrefslogtreecommitdiffstats
path: root/var.c
diff options
context:
space:
mode:
Diffstat (limited to 'var.c')
-rw-r--r--var.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/var.c b/var.c
index c4cf0b9b..e199a0ee 100644
--- a/var.c
+++ b/var.c
@@ -102,7 +102,10 @@ varUnsetValues(var_t *pThis)
}
-/* set a string value */
+/* set a string value
+ * The caller hands over the string and must n longer use it after this method
+ * has been called.
+ */
static rsRetVal
varSetString(var_t *pThis, cstr_t *pCStr)
{