aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/lcConv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/lcConv.c')
-rw-r--r--nx-X11/lib/X11/lcConv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/lcConv.c b/nx-X11/lib/X11/lcConv.c
index 00e0ebb98..9797e7ed3 100644
--- a/nx-X11/lib/X11/lcConv.c
+++ b/nx-X11/lib/X11/lcConv.c
@@ -60,7 +60,7 @@ get_converter(
XlcConverterList list, prev = NULL;
for (list = conv_list; list; list = list->next) {
- if (list->from_lcd == from_lcd && list->to_lcd == to_lcd
+ if (list->from_lcd == from_lcd && list->to_lcd == to_lcd
&& list->from_type == from_type && list->to_type == to_type) {
if (prev && prev != conv_list) { /* XXX */
@@ -93,7 +93,7 @@ _XlcSetConverter(
to_type = XrmStringToQuark(to);
for (list = conv_list; list; list = list->next) {
- if (list->from_lcd == from_lcd && list->to_lcd == to_lcd
+ if (list->from_lcd == from_lcd && list->to_lcd == to_lcd
&& list->from_type == from_type && list->to_type == to_type) {
list->converter = converter;