X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fvariable-info-dialog.c;h=3692a0d24834b5bdb94bb0d8311d9e093fd38130;hb=724be9e4720784aafeac395b3f6df47a89fc5e07;hp=088083f56b03ab99738a104ec61f08d6b8173568;hpb=cf5e75010ed9fa9b8eb75a71d1419d40e1a8ddd8;p=pspp-builds.git diff --git a/src/ui/gui/variable-info-dialog.c b/src/ui/gui/variable-info-dialog.c index 088083f5..3692a0d2 100644 --- a/src/ui/gui/variable-info-dialog.c +++ b/src/ui/gui/variable-info-dialog.c @@ -55,7 +55,7 @@ label_to_string (const struct variable *var) static void populate_text (PsppireDictView *treeview, gpointer data) { - gchar *text = 0; + gchar *text = NULL; GString *gstring; PsppireDict *dict; @@ -89,9 +89,8 @@ populate_text (PsppireDictView *treeview, gpointer data) text); g_free (text); - text = measure_to_string (var, NULL); g_string_append_printf (gstring, _("Measurement Level: %s\n"), - text); + measure_to_string (var, NULL)); /* Value Labels */