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=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=3f73ee25a8de16fb1f1883608e2c6fa8cf25fdba;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/src/language/data-io/print-space.c b/src/language/data-io/print-space.c index 3f73ee25..25bcc750 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);