summaryrefslogtreecommitdiffstats
path: root/lib/encodings.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/encodings.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/encodings.c b/lib/encodings.c
index 68c06c6..dbec49d 100644
--- a/lib/encodings.c
+++ b/lib/encodings.c
@@ -748,9 +748,9 @@ const char * ATTRIBUTE_PURE get_output_encoding (const char *device)
/* Return the value of LESSCHARSET appropriate for this locale. */
const char * ATTRIBUTE_PURE get_less_charset (const char *charset_from_locale)
{
- const struct less_charset_entry *entry;
-
if (charset_from_locale) {
+ const struct less_charset_entry *entry;
+
for (entry = less_charset_table; entry->charset_from_locale;
++entry)
if (STREQ (entry->charset_from_locale,
@@ -766,9 +766,9 @@ const char * ATTRIBUTE_PURE get_less_charset (const char *charset_from_locale)
*/
const char * ATTRIBUTE_PURE get_jless_charset (const char *charset_from_locale)
{
- const struct less_charset_entry *entry;
-
if (charset_from_locale) {
+ const struct less_charset_entry *entry;
+
for (entry = less_charset_table; entry->charset_from_locale;
++entry)
if (STREQ (entry->charset_from_locale,