mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +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)) {
|
} else if (compareLogic == CutterCore::CompareLogicSymbols && IS_SYMBOL(name, pfx)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
rz_list_add_sorted(list, func, analysis->columnSort);
|
rz_list_add_sorted(list, func, analysis->columnSort, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
|
Loading…
Reference in New Issue
Block a user