X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsys-file-info.c;h=363d5b63b6eb0e5542047bc711d238547db838d5;hb=1076f8e88e2eee1bc780edd9d79d696a38af936d;hp=1ce94aa91fab83aee356ad0bf15bf31b39550f76;hpb=79100bdd30230890345c1c5a09ae57a19c1e408b;p=pspp diff --git a/src/language/dictionary/sys-file-info.c b/src/language/dictionary/sys-file-info.c index 1ce94aa91f..363d5b63b6 100644 --- a/src/language/dictionary/sys-file-info.c +++ b/src/language/dictionary/sys-file-info.c @@ -504,7 +504,7 @@ describe_variable (const struct variable *v, struct tab_table *t, int r, measure_to_string (var_get_measure (v))); r++; - if (role != ROLE_NONE) + if (role != ROLE_INPUT) { tab_joint_text_format (t, 1, r, 2, r, TAB_LEFT, _("Role: %s"), var_role_to_string (role));