projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb4f63c
)
any-writer: Add comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 6 Dec 2021 05:12:17 +0000
(21:12 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 6 Dec 2021 05:23:58 +0000
(21:23 -0800)
src/data/any-writer.c
patch
|
blob
|
history
diff --git
a/src/data/any-writer.c
b/src/data/any-writer.c
index b26440158c67033d0039cf8b73d1c62d6c71ced4..ba4149d78bab2e711b3ae8f7e0c8ec5210eebd28 100644
(file)
--- 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)
{