Get rid of capacity argument to ds_init() and update all callers.
[pspp-builds.git] / src / language / line-buffer.c
index e451532082b06a9f88ac10ed8fcf0cf6ed289892..709bc2f0e9c85609aa8781ff26d7223e226e7e0d 100644 (file)
@@ -111,7 +111,7 @@ getl_initialize (void)
 {
   ds_create (&getl_include_path,
             fn_getenv_default ("STAT_INCLUDE_PATH", include_path));
-  ds_init (&getl_buf, 256);
+  ds_init (&getl_buf);
   init_prompts ();
 }