diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/loadmsgcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c index 1daf72a09f..90eed87fd9 100644 --- a/intl/loadmsgcat.c +++ b/intl/loadmsgcat.c @@ -161,7 +161,7 @@ _nl_load_domain (domain_file) domain_file->data = (struct loaded_domain *) malloc (sizeof (struct loaded_domain *)); - if (domain->data == NULL) + if (domain_file->data == NULL) return; domain = (struct loaded_domain *) domain_file->data; |