Update build system to Autoconf 2.58, Automake 1.7, gettext 0.12.1.
[pspp-builds.git] / src / output.c
index 86e8534cedad1efcc659f7cc81346406a707887d..8cf5bafa287ff7ef4bd75b8dee42c2b925224288 100644 (file)
@@ -287,8 +287,6 @@ 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 "
@@ -304,6 +302,7 @@ outp_read_devices (void)
       goto exit;
     }
 
+  ds_init (NULL, &line, 128);
   for (;;)
     {
       char *cp;