Skip to content

Copy from list action not copying from given named list #2

Description

@ClicksEnStock

In action_copy_items_from_list:
string_view_t const list_from_name = reinterpret_cast<char_t const *>(CNC_GetStringParameter(run_data));
...
auto const *const list_from_ptr = run_data->current_optional();

list_from_name is not used to set list retrieved with run_data->current_optional()

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions