diff --git a/lib/com_err/error.c b/lib/com_err/error.c index ce48140ce..81c501e04 100644 --- a/lib/com_err/error.c +++ b/lib/com_err/error.c @@ -55,7 +55,7 @@ com_right(struct et_list *list, long code) const char *str = p->table->msgs[code - p->table->base]; #ifdef HAVE_LIBINTL char domain[6 + 1 + 20]; - snprintf(domain, sizeof(domain), "com_err%d", p->table->base); + snprintf(domain, sizeof(domain), "heim_com_err%d", p->table->base); #endif return dgettext(domain, str); }