From ac30cc18bf4475d2262af356a703271651f49dc1 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 6 Oct 2009 19:54:34 +0100 Subject: [PATCH] It would help if our 'c2sc' table actually specified its feature as 'c2sc'. --- ttxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttxt.c b/ttxt.c index efe7480..e20bb3b 100644 --- a/ttxt.c +++ b/ttxt.c @@ -532,7 +532,7 @@ main(int argc, char **argv) printf("Lookup: 1 0 0 \"smcp: lower-case to small caps\" {\"smcp\"} " "['smcp' ('latn' <'dflt'>)]\n"); printf("Lookup: 1 0 0 \"c2sc: upper-case to small caps\" {\"c2sc\"} " - "['smcp' ('latn' <'dflt'>)]\n"); + "['c2sc' ('latn' <'dflt'>)]\n"); printf("BeginChars: %d %d\n", 65536 + extraglyphs, nglyphs); extraglyphs = 0; for (i = 0; i < nglyphs; i++) { -- 2.30.2