X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fpivot-table.c;h=f8f917d9dd1d965b3d5b2830b725c7c12004eee1;hb=433baa13e773d56e6dacbdc8df8f266b4f46e7ef;hp=009e8296139c6bb48d7e51985590009e1eaa7f29;hpb=4f9ffb2d8002963c99b6b63edc82cf55608a887b;p=pspp diff --git a/src/output/pivot-table.c b/src/output/pivot-table.c index 009e829613..f8f917d9dd 100644 --- 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, ...) {