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 859c46a703d..d2d88ce5021 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -2148,7 +2148,7 @@ xlfd_point_size (f, font) | |||
| 2148 | start = end; | 2148 | start = end; |
| 2149 | } | 2149 | } |
| 2150 | 2150 | ||
| 2151 | pixel = matrix[3] / 10.0; | 2151 | pixel = matrix[3]; |
| 2152 | } | 2152 | } |
| 2153 | else | 2153 | else |
| 2154 | pixel = atoi (pixel_field); | 2154 | pixel = atoi (pixel_field); |