diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/locale/dcngettext.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/dcngettext.c b/src/locale/dcngettext.c index a5ff8475..e48c50f0 100644 --- a/src/locale/dcngettext.c +++ b/src/locale/dcngettext.c @@ -74,7 +74,7 @@ char *bindtextdomain(const char *domainname, const char *dirname)  	a_store(&p->active, 1);  	for (q=bindings; q; q=q->next) { -		if (!strcmp(p->domainname, domainname) && q != p) +		if (!strcmp(q->domainname, domainname) && q != p)  			a_store(&q->active, 0);  	}  | 
