X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsplit-file.c;h=34949c5d15eaacb41ea8330fcaf0ecd88e998543;hb=3dd0f6ae0d5eb73a2270a243e443c4ae03c2c16e;hp=28e6860e07b6e9db003975cdb0e929880be651d6;hpb=7d4424f00e2a81c219dc02b050dea4bf2091e765;p=pspp diff --git a/src/language/dictionary/split-file.c b/src/language/dictionary/split-file.c index 28e6860e07..34949c5d15 100644 --- a/src/language/dictionary/split-file.c +++ b/src/language/dictionary/split-file.c @@ -97,7 +97,7 @@ output_split_file_values (const struct dataset *ds, const struct ccase *c) tab_text_format (t, 1, i + 1, 0, "%.*s", print->w, s); free (s); - + val_lab = var_lookup_value_label (v, case_data (c, v)); if (val_lab) tab_text (t, 2, i + 1, TAB_LEFT, val_lab);