X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput.c;h=86e8534cedad1efcc659f7cc81346406a707887d;hb=b01483eff69406430b88704dc13140bef3149f4d;hp=8cf5bafa287ff7ef4bd75b8dee42c2b925224288;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/src/output.c b/src/output.c index 8cf5bafa28..86e8534ced 100644 --- a/src/output.c +++ b/src/output.c @@ -287,6 +287,8 @@ outp_read_devices (void) where.line_number = 0; err_push_file_locator (&where); + ds_init (NULL, &line, 128); + if (init_fn == NULL) { msg (IE, _("Cannot find output initialization file. Use `-vv' to view " @@ -302,7 +304,6 @@ outp_read_devices (void) goto exit; } - ds_init (NULL, &line, 128); for (;;) { char *cp;