diff options
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2406,7 +2406,7 @@ xunloadfonts(void) | |||
| 2406 | * from the frccur. | 2406 | * from the frccur. |
| 2407 | */ | 2407 | */ |
| 2408 | for (i = 0, ip = frccur; i < frclen; i++, ip--) { | 2408 | for (i = 0, ip = frccur; i < frclen; i++, ip--) { |
| 2409 | if (ip <= 0) | 2409 | if (ip < 0) |
| 2410 | ip = LEN(frc) - 1; | 2410 | ip = LEN(frc) - 1; |
| 2411 | XftFontClose(xw.dpy, frc[ip].font); | 2411 | XftFontClose(xw.dpy, frc[ip].font); |
| 2412 | } | 2412 | } |
