Skip to content

[*] Fix. Dap_get_subs function no longer returns dap_list, but returns the...

alexey.stratulat requested to merge features-2954 into master

[*] Fix. Dap_get_subs function no longer returns dap_list, but returns the dap_list_name_directories_t structure which is a single-linked list containing the name of directories. To work with this structure, utlist is used.

Merge request reports