Get rid of capacity argument to ds_init() and update all callers.
[pspp-builds.git] / src / output / ascii.c
index 53610bdec1e81b00bf9de0fb8d35cd49a3faf094..8f960fe308b7ff9c017fa450ce249fcb064c0667 100644 (file)
@@ -672,7 +672,7 @@ ascii_close_page (struct outp_driver *this)
   struct string out;
   int line_num;
  
-  ds_init (&out, 128);
+  ds_init (&out);
  
   ds_putc_multiple (&out, '\n', x->top_margin);
   if (x->headers)