X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=75954fbdabbebbaae424d32b8e363b0f97aba4da;hb=d6028c82867eb92ccd1a3a7f1473316cbe462271;hp=36165c7c20078e839fc4bf83afab2d7dcfa4f25e;hpb=60145a4854479fcffe0149083b55b8b5102ac479;p=pspp-builds.git diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index 36165c7c..75954fbd 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -52,7 +52,7 @@ gchar * value_to_text (union value v, const PsppireDict *dict, struct fmt_spec format) { - gchar *s = 0; + gchar *s = NULL; s = data_out (&v, dict_get_encoding (dict->dict), &format); g_strchug (s);