mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: fix comparison of translation item
This commit is contained in:
@ -87,7 +87,7 @@ compare_by_src (gconstpointer a,
|
||||
gconstpointer b)
|
||||
{
|
||||
const TranslateItem *itema = a;
|
||||
const TranslateItem *itemb = a;
|
||||
const TranslateItem *itemb = b;
|
||||
|
||||
if (itema->src < itemb->src)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user