diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 676f1d77254..859c46a703d 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -2227,7 +2227,7 @@ split_font_name (f, font, numeric_p) | |||
| 2227 | 2227 | ||
| 2228 | /* Check that the matrix contains 4 floating point | 2228 | /* Check that the matrix contains 4 floating point |
| 2229 | numbers. */ | 2229 | numbers. */ |
| 2230 | for (j = 0, start = font->fields[i] + 1; | 2230 | for (j = 0, start = font->fields[i - 1] + 1; |
| 2231 | j < 4; | 2231 | j < 4; |
| 2232 | ++j, start = end) | 2232 | ++j, start = end) |
| 2233 | if (strtod (start, &end) == 0 && start == end) | 2233 | if (strtod (start, &end) == 0 && start == end) |