projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c58eba8
)
pivot-table: Improve comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 28 Aug 2022 21:21:13 +0000
(14:21 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 28 Aug 2022 21:22:19 +0000
(14:22 -0700)
src/output/pivot-table.c
patch
|
blob
|
history
diff --git
a/src/output/pivot-table.c
b/src/output/pivot-table.c
index 009e8296139c6bb48d7e51985590009e1eaa7f29..f8f917d9dd1d965b3d5b2830b725c7c12004eee1 100644
(file)
--- a/
src/output/pivot-table.c
+++ b/
src/output/pivot-table.c
@@
-2777,7
+2777,7
@@
pivot_value_new_text (const char *text)
}
/* Same as pivot_value_new_text() but its argument is a printf()-like format
- string. */
+ string.
The format string should generally be enclosed in N_().
*/
struct pivot_value * PRINTF_FORMAT (1, 2)
pivot_value_new_text_format (const char *format, ...)
{