summaryrefslogtreecommitdiffstats
path: root/src/dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dso.c')
-rw-r--r--src/dso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dso.c b/src/dso.c
index 31db543..02eb672 100644
--- a/src/dso.c
+++ b/src/dso.c
@@ -106,7 +106,7 @@ static int lt_error_from_string(const char *t) {
const struct lt_error_code *c;
for (c = lt_error_codes; c->text; c++)
- if (streq(t, c->text))
+ if (ca_streq(t, c->text))
return c->code;
return -1;