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 a68a1eacad3..cb6ace62889 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -2463,7 +2463,7 @@ x_face_list_fonts (f, pattern, pfonts, nfonts, try_alternatives_p) | |||
| 2463 | #endif | 2463 | #endif |
| 2464 | 2464 | ||
| 2465 | if (nfonts < 0 && CONSP (lfonts)) | 2465 | if (nfonts < 0 && CONSP (lfonts)) |
| 2466 | num_fonts = Flength (lfonts); | 2466 | num_fonts = XFASTINT (Flength (lfonts)); |
| 2467 | 2467 | ||
| 2468 | /* Make a copy of the font names we got from X, and | 2468 | /* Make a copy of the font names we got from X, and |
| 2469 | split them into fields. */ | 2469 | split them into fields. */ |