X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fany-writer.c;h=ba4149d78bab2e711b3ae8f7e0c8ec5210eebd28;hb=3ae40aee64dd46e6777b126e15dc9a7c0110a711;hp=b26440158c67033d0039cf8b73d1c62d6c71ced4;hpb=bb4f63c29bd0682115e5708332289423685b30a8;p=pspp 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) {