Separate settings and the SET command, for modularity.
[pspp-builds.git] / src / output.c
index ba620e061314f493f5138a6add50117405345ce4..63e1f810c5d66076a665d169b3f573167f24c5ee 100644 (file)
@@ -208,12 +208,12 @@ find_defn_value (const char *key)
       return d->value;
   if (!strcmp (key, "viewwidth"))
     {
-      sprintf (buf, "%d", get_viewwidth());
+      sprintf (buf, "%d", get_viewwidth ());
       return buf;
     }
   else if (!strcmp (key, "viewlength"))
     {
-      sprintf (buf, "%d", get_viewlength());
+      sprintf (buf, "%d", get_viewlength ());
       return buf;
     }
   else