VARIABLE ROLE: Use correct system file representation.
[pspp] / src / language / dictionary / sys-file-info.c
index 1ce94aa91fab83aee356ad0bf15bf31b39550f76..363d5b63b6eb0e5542047bc711d238547db838d5 100644 (file)
@@ -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));