summaryrefslogtreecommitdiff
path: root/src/uniqstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uniqstr.c')
-rw-r--r--src/uniqstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniqstr.c b/src/uniqstr.c
index 7b2bb205..f2954443 100644
--- a/src/uniqstr.c
+++ b/src/uniqstr.c
@@ -111,7 +111,7 @@ uniqstr_print_processor (void *ustr, void *null ATTRIBUTE_UNUSED)
static bool
hash_compare_uniqstr (void const *m1, void const *m2)
{
- return strcmp (m1, m2) == 0;
+ return STREQ (m1, m2);
}
static size_t