From 3ae40aee64dd46e6777b126e15dc9a7c0110a711 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 5 Dec 2021 21:12:17 -0800 Subject: [PATCH] any-writer: Add comment. --- src/data/any-writer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/any-writer.c b/src/data/any-writer.c index b26440158c..ba4149d78b 100644 --- a/src/data/any-writer.c +++ b/src/data/any-writer.c @@ -37,7 +37,8 @@ #include "gettext.h" #define _(msgid) gettext (msgid) -/* Creates and returns a writer for HANDLE with the given DICT. */ +/* Creates and returns a writer for HANDLE with the given DICT. The caller + retains ownership of DICT, which might get modified to assign short names. */ struct casewriter * any_writer_open (struct file_handle *handle, struct dictionary *dict) { -- 2.30.2