mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-26 22:31:08 +00:00
Fix usage of rz_list_add_sorted
This commit is contained in:
parent
0a5a1dfbcf
commit
8269d34f60
@ -4598,7 +4598,7 @@ RzList *get_functions(RzAnalysis *analysis, int compareLogic)
|
||||
} else if (compareLogic == CutterCore::CompareLogicSymbols && IS_SYMBOL(name, pfx)) {
|
||||
continue;
|
||||
}
|
||||
rz_list_add_sorted(list, func, analysis->columnSort);
|
||||
rz_list_add_sorted(list, func, analysis->columnSort, NULL);
|
||||
}
|
||||
|
||||
return list;
|
||||
|
Loading…
Reference in New Issue
Block a user