Get rid of capacity argument to ds_init() and update all callers.
[pspp-builds.git] / src / language / command.c
index 1e040d6c677deb202604844e746c25c3d9555d18..7b903ab1a29f64a916d7f3891b960a2c3b6c4952 100644 (file)
@@ -430,7 +430,7 @@ unknown_command_error (char *const words[], size_t word_cnt)
       struct string s;
       size_t i;
 
-      ds_init (&s, 0);
+      ds_init (&s);
       for (i = 0; i < word_cnt; i++) 
         {
           if (i != 0)