Implement SET LEADZERO.
[pspp] / src / output / spv / spv-light-decoder.c
index f8c4f618b2edb0bb184af82940328e2512b67b6f..7bc3b1fb272f469ab302920e2451cebfe2c927e3 100644 (file)
@@ -939,6 +939,8 @@ decode_spvlb_table (const struct spvlb_table *in, struct pivot_table **outp)
           /* XXX warn if parsing fails */
         }
     }
+  if (y1)
+    out->settings.include_leading_zero = y1->include_leading_zero;
   out->small = in->formats->x3 ? in->formats->x3->small : 0;
 
   /* Command information. */