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=refs%2Ftags%2Ffc11-i386-build74;hp=3f73ee25a8de16fb1f1883608e2c6fa8cf25fdba;hpb=7fbfc32fc3c636959b0a25b3e76609f86519e84a;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);