diff options
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ typedef struct { | |||
436 | * the current length of used elements. | 436 | * the current length of used elements. |
437 | */ | 437 | */ |
438 | 438 | ||
439 | static Fontcache frc[2]; | 439 | static Fontcache frc[1024]; |
440 | static int frccur = -1, frclen = 0; | 440 | static int frccur = -1, frclen = 0; |
441 | 441 | ||
442 | ssize_t | 442 | ssize_t |