X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Futilities%2Fset.q;h=4fdcc578f7dff5bc4dcee7c178f0519bafde5d4e;hb=ecd26ec19e9f8a58079a1c5fa06b39484787ab7e;hp=e47993e0ec38880104d44882e98ea55f5a8d8627;hpb=8381768f3394a907c621cb9acbb77b83f5cd4875;p=pspp-builds.git diff --git a/src/language/utilities/set.q b/src/language/utilities/set.q index e47993e0..4fdcc578 100644 --- a/src/language/utilities/set.q +++ b/src/language/utilities/set.q @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -30,6 +29,7 @@ #include #include #include +#include #include #include #include @@ -774,7 +774,7 @@ show_weight (const struct dataset *ds) if (var == NULL) msg (SN, _("WEIGHT is off.")); else - msg (SN, _("WEIGHT is variable %s."), var->name); + msg (SN, _("WEIGHT is variable %s."), var_get_name (var)); } static void