value-labels: Interpret \n as new-line in value labels.
[pspp-builds.git] / src / language / dictionary / sys-file-info.c
index 7653e046bd7ea4b5f361f4eae47957fab5eff422..84a4d8e87c604cf64040ad2805ddb2a36b4f41e3 100644 (file)
@@ -586,7 +586,7 @@ describe_variable (const struct variable *v, struct tab_table *t, int r,
           const struct val_lab *vl = labels[i];
 
          tab_value (t, 1, r, TAB_NONE, &vl->value, v, NULL);
-         tab_text (t, 2, r, TAB_LEFT, val_lab_get_label (vl));
+         tab_text (t, 2, r, TAB_LEFT, val_lab_get_escaped_label (vl));
          r++;
        }
       free (labels);