output-item: Make label a part of every output_item.
[pspp] / src / language / data-io / print.c
index 4a767dc3dc9a4a3704b0cc876a0e907932e0b9e4..7111c03c65a6e98f42bab1407433e7f94d853ee1 100644 (file)
@@ -564,7 +564,8 @@ print_text_flush_records (struct print_trns *trns, struct u8_line *line,
 
       if (trns->writer == NULL)
         text_item_submit (text_item_create (TEXT_ITEM_LOG,
-                                            ds_cstr (&line->s) + 1));
+                                            ds_cstr (&line->s) + 1,
+                                            NULL));
       else
         {
           size_t len = ds_length (&line->s);