diff --git a/src/bin/termpty.h b/src/bin/termpty.h index 70991a32..5017a595 100644 --- a/src/bin/termpty.h +++ b/src/bin/termpty.h @@ -356,7 +356,7 @@ term_link_eq(Termpty *ty, Term_Link *hl, uint16_t link_id) if (!hl->key || !hl2->key || strcmp(hl->key, hl2->key) != 0) return EINA_FALSE; - return EINA_TRUE; + return (strcmp(hl->url, hl2->url) == 0); } static inline void