PRINT: Improve error messages.
[pspp] / src / output / spv / spv.c
index 4e59fa3a232db181eae59ee18b46e72ddaa2ea42..38abf9775c87cb93ab5e9d385712c8821612d656 100644 (file)
@@ -887,7 +887,7 @@ spv_decode_fmt_spec (uint32_t u32, struct fmt_spec *out)
   if (ok)
     {
       fmt_fix_output (out);
-      ok = fmt_check_width_compat (out, NULL, 0);
+      ok = fmt_check_width_compat (out, 0);
     }
 
   if (!ok)