diff options
Diffstat (limited to 'locale/programs/charmap.c')
-rw-r--r-- | locale/programs/charmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/charmap.c b/locale/programs/charmap.c index 82d5fb349f..0aa623bf34 100644 --- a/locale/programs/charmap.c +++ b/locale/programs/charmap.c @@ -194,7 +194,7 @@ character map file `%s' not found"), filename)); default character map file `%s' not found"), DEFAULT_CHARMAP)); } - if (result->code_set_name == NULL) + if (result != NULL && result->code_set_name == NULL) /* The input file does not specify a code set name. This shouldn't happen but we should cope with it. */ result->code_set_name = basename (filename); |