X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-out.c;h=be4471a047eca12f7e61073b0fcb8670b6041c09;hb=18febf84744dc7ab4248542c2f88d91c01ef3fa1;hp=d54ebd1f0d43ec5fb1eafbc70606e157190ab011;hpb=cb4033020c8a24d573814e6ac9192046bffdccac;p=pspp-builds.git diff --git a/src/data-out.c b/src/data-out.c index d54ebd1f..be4471a0 100644 --- a/src/data-out.c +++ b/src/data-out.c @@ -35,8 +35,6 @@ #include "str.h" #include "var.h" -#undef DEBUGGING -/*#define DEBUGGING 1*/ #include "debug-print.h" /* In older versions, numbers got their trailing zeros stripped. @@ -360,8 +358,9 @@ convert_Z (char *dst, const struct fmt_spec *fp, const union value *v) if (!warned) { - msg (MW, _("Quality of zoned decimal (Z) output format code is " - "suspect. Check your results, report bugs to author.")); + msg (MW, + _("Quality of zoned decimal (Z) output format code is suspect. Check your results. Report bugs to %s."), + PACKAGE_BUGREPORT); warned = 1; }