ref: b5dc9f2fdd63566449bab48d52154ba10c102856
parent: 73a9e92f837819d590a421573473741e659de1fa
author: Ali Gholami Rudi <ali@rudi.ir>
date: Mon Aug 4 10:38:17 EDT 2014
trfn: ignore dotted glyph names in trfn_name()
--- a/trfn.c
+++ b/trfn.c
@@ -240,7 +240,8 @@
}
}
ashape(dst, src);
- return 0;
+ return src && strcmp(src, ".medi") && strcmp(src, ".fina") &&
+ strcmp(src, ".init") && strcmp(src, ".isol");
}
static void trfn_lig(char *c)