X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fsys-file-info.c;h=b98854db6ea290a053a43fa377b6d0e4d246b305;hb=7a91737acfb493b2d7dd073475f8009b4e487ec7;hp=fb953c94e97712704ed9f0bbadd07c6fa638e311;hpb=707848060e414fe93458834446dd7cdbf800667f;p=pspp diff --git a/src/language/dictionary/sys-file-info.c b/src/language/dictionary/sys-file-info.c index fb953c94e9..b98854db6e 100644 --- a/src/language/dictionary/sys-file-info.c +++ b/src/language/dictionary/sys-file-info.c @@ -423,7 +423,7 @@ display_variables (const struct variable **vl, size_t n, int as) { const char *label = var_get_label (v); tab_joint_text (t, 1, r, 2, r, TAB_LEFT, - label != NULL ? "(no label)" : label); + label == NULL ? "(no label)" : label); } if (as != AS_NAMES) {