data-out: Pass correct width to value_str() in output_AHEX().
[pspp] / src / output / cairo.c
index 1a8c78c69fe0d0062dcb379aa0f4d758c2ebb48c..045490992e1a9efce7eed26474e185ed4e212f01 100644 (file)
@@ -1078,7 +1078,8 @@ xr_layout_cell_text (struct xr_driver *xr,
             {
               if (brk && clip[H][0] != clip[H][1])
                 best = bottom;
-              *brk = bottom;
+              if (brk)
+                *brk = bottom;
             }
           else
             break;
@@ -1307,7 +1308,7 @@ xr_rendering_create_text (struct xr_driver *xr, const char *text, cairo_t *cr)
   return r;
 }
 
-void 
+void
 xr_rendering_apply_options (struct xr_rendering *xr, struct string_map *o)
 {
   if (is_table_item (xr->item))