X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Fprint-space.c;h=25bcc750516964264f5bf99e9fd15fed251ed405;hb=e2a7ada9e445ab2b1fd473345709c39157f30b9a;hp=3f73ee25a8de16fb1f1883608e2c6fa8cf25fdba;hpb=a1efcf97ca2f75f4be6a0389ff2372c03ed2d4e1;p=pspp diff --git a/src/language/data-io/print-space.c b/src/language/data-io/print-space.c index 3f73ee25a8..25bcc75051 100644 --- a/src/language/data-io/print-space.c +++ b/src/language/data-io/print-space.c @@ -26,8 +26,8 @@ #include #include #include -#include #include +#include #include "xalloc.h" @@ -123,7 +123,7 @@ print_space_trns_proc (void *t_, struct ccase **c, while (n--) if (trns->writer == NULL) - som_blank_line (); + text_item_submit (text_item_create (TEXT_ITEM_BLANK_LINE, "")); else dfm_put_record (trns->writer, " ", 1);