X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fm17n-flt.c;h=3832935d390eb3266f0b9a6a511106436d9c4828;hb=b6c88a40904be8b8b25c261e2b42503db4634b91;hp=75d5c7f60114c49cdbc81b62f7e8a81612090187;hpb=b0eefa72c9952460b1b4b74ea5355e603858bfef;p=m17n%2Fm17n-lib.git diff --git a/src/m17n-flt.c b/src/m17n-flt.c index 75d5c7f..3832935 100644 --- a/src/m17n-flt.c +++ b/src/m17n-flt.c @@ -2768,6 +2768,8 @@ mflt_find (int c, MFLTFont *font) } best = flt; } + if (best == NULL) + return NULL; flt = best; goto found; }