X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Ffont-ft.c;h=a1b24a68b5ab71f59ff0a3eedc4110329106d5a5;hb=38c091dbfa19be7db173231b0b5101577de2098e;hp=e21bed9588da45e70738029b653114932ab99be5;hpb=a77bc3594588993ff450923e41ec3fc2f06edc58;p=m17n%2Fm17n-lib.git diff --git a/src/font-ft.c b/src/font-ft.c index e21bed9..a1b24a6 100644 --- a/src/font-ft.c +++ b/src/font-ft.c @@ -137,7 +137,6 @@ static int all_fonts_scaned; (s1) = alloca (len), (size) = len; \ for (p1 = (s1), p2 = (s2); *p2; p1++, p2++) \ *p1 = (*p2 >= 'A' && *p2 <= 'Z' ? *p2 + 'a' - 'A' : *p2); \ - while (p1 > (s1) && p1[-1] == ' ') p1--; \ *p1 = '\0'; \ } while (0)