Get rid of capacity argument to ds_init() and update all callers.
[pspp-builds.git] / src / language / expressions / parse.c
index 715430087fa8ebb20bf088f2298c535db0624268..81ed4da88fd7c06f97b2145a60b47b0c98fbc788 100644 (file)
@@ -1112,7 +1112,7 @@ no_match (const char *func_name,
   struct string s;
   const struct operation *f;
 
-  ds_init (&s, 128);
+  ds_init (&s);
 
   if (last - first == 1) 
     {