diff --git a/src/libsysprof-capture/sysprof-capture-writer-cat.c b/src/libsysprof-capture/sysprof-capture-writer-cat.c index 092bfdda..54523c57 100644 --- a/src/libsysprof-capture/sysprof-capture-writer-cat.c +++ b/src/libsysprof-capture/sysprof-capture-writer-cat.c @@ -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;