aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
authorJoakim Verona2010-06-23 13:19:18 +0200
committerJoakim Verona2010-06-23 13:19:18 +0200
commitff982c322045ced3480f3a36fcf05acaf84547c1 (patch)
tree4efe998261ff6d0f8752ebeeb84938e6a7b6effc /src/font.c
parent14d0b57c0e88c730d676197f923a18d6b926b6ed (diff)
parent04c23739823fecd98cbc06ad627b36e5bd8e482e (diff)
downloademacs-ff982c322045ced3480f3a36fcf05acaf84547c1.tar.gz
emacs-ff982c322045ced3480f3a36fcf05acaf84547c1.zip
erge and a readme
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c
index e07dbc5dd16..f9c2381fa70 100644
--- a/src/font.c
+++ b/src/font.c
@@ -1544,7 +1544,7 @@ font_parse_fcname (name, font)
1544 int size_found = 1; 1544 int size_found = 1;
1545 1545
1546 for (q = p + 1; *q && *q != ' '; q++) 1546 for (q = p + 1; *q && *q != ' '; q++)
1547 if (! isdigit (*q)) 1547 if (! isdigit (*q) && *q != '.')
1548 { 1548 {
1549 size_found = 0; 1549 size_found = 0;
1550 break; 1550 break;