aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 68371ef2293..676f1d77254 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -2215,8 +2215,8 @@ split_font_name (f, font, numeric_p)
2215 indicated by tilde characters which we replace with 2215 indicated by tilde characters which we replace with
2216 `-' characters, here. */ 2216 `-' characters, here. */
2217 if (*p == '[' 2217 if (*p == '['
2218 && (i == XLFD_PIXEL_SIZE 2218 && (i - 1 == XLFD_PIXEL_SIZE
2219 || i == XLFD_POINT_SIZE)) 2219 || i - 1 == XLFD_POINT_SIZE))
2220 { 2220 {
2221 char *start, *end; 2221 char *start, *end;
2222 int j; 2222 int j;