output: Combine color and stroke into table_border_style.
[pspp] / src / output / spv / spv-writer.c
index 3d56429d6604c5ca6b90426b457fdffa4416b0ae..ec72e55a79ed658e2131c3b5649b6b2879629b98 100644 (file)
@@ -905,8 +905,8 @@ put_light_table (struct buf *buf, uint64_t table_id,
       put_color (buf, &a->font_style.bg[0]);
 
       bool alt
-        = (!cell_color_equal (&a->font_style.fg[0], &a->font_style.fg[1])
-           || !cell_color_equal (&a->font_style.bg[0], &a->font_style.bg[1]));
+        = (!cell_color_equal (a->font_style.fg[0], a->font_style.fg[1])
+           || !cell_color_equal (a->font_style.bg[0], a->font_style.bg[1]));
       put_bool (buf, alt);
       if (alt)
         {