Skip to content
  • Tristan Partin's avatar
    Fix GPtrArray sorting function · 6a507c0b
    Tristan Partin authored
    GPtrArray's GCompareFunc passes a double pointer that needs to be
    dereferenced in order to use the data you are actually wanting to
    compare.
    
    See: https://developer.gnome.org/glib/stable/glib-Pointer-Arrays.html#g-ptr-array-sort
    6a507c0b