Skip to content
Snippets Groups Projects
Commit a3eff15e authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] sort item

parent 4d3ba184
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ dap_list_t* dap_db_log_get_list(time_t first_timestamp)
}
}
// sort list by key (time str)
//dap_list_sort(l_list, (dap_callback_compare_t) compare_items);
dap_list_sort(l_list, (dap_callback_compare_t) compare_items);
log_it(L_DEBUG,"Prepared %u items (list size %u)", l_list_count, dap_list_length(l_list));
/*/ dbg - sort result
l_data_size_out = dap_list_length(l_list);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment