From: handa Date: Mon, 2 Aug 2004 00:31:06 +0000 (+0000) Subject: (mfontset_modify_entry): Fix handling of the arg `how'. X-Git-Tag: REL-1-1-0~47 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=054d6313e9301d08446565496324c4b8b18298f6;p=m17n%2Fm17n-lib.git (mfontset_modify_entry): Fix handling of the arg `how'. --- diff --git a/src/fontset.c b/src/fontset.c index d3f3c7c..3f8e938 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -931,9 +931,9 @@ mfontset_modify_entry (MFontset *fontset, layouter_name = Mt; for (i--; i >= 0; i--) { - if (how == -1) + if (how == 1) mplist_push (plist[i], layouter_name, font); - else if (how == 1) + else if (how == -1) mplist_add (plist[i], layouter_name, font); else {