Selaa lähdekoodia

Damn, my fault. The cache should have at least some entries.

Christoph Lohmann 12 vuotta sitten
vanhempi
commit
b233007e0f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      st.c

+ 1 - 1
st.c

@@ -436,7 +436,7 @@ typedef struct {
  * the current length of used elements.
  * the current length of used elements.
  */
  */
 
 
-static Fontcache frc[2];
+static Fontcache frc[1024];
 static int frccur = -1, frclen = 0;
 static int frccur = -1, frclen = 0;
 
 
 ssize_t
 ssize_t