output-item: Make label a part of every output_item.
[pspp] / src / language / command.c
index 2fa05ad742d21ed6752a991ff6120893dfb2acea..de20cb3caac25833be6ffd60654c3b5ac48e8436 100644 (file)
@@ -199,7 +199,7 @@ do_parse_command (struct lexer *lexer,
       goto finish;
     }
   group_open_item_submit (group_open_item_create_nocopy (
-                            utf8_to_title (command->name)));
+                            utf8_to_title (command->name), NULL));
   opened = true;
 
   if (command->function == NULL)