From c772a6e5719aa24d10d664262383b76a36e3458b Mon Sep 17 00:00:00 2001 From: Christoph Lohmann Date: Sat, 5 Jan 2013 20:30:25 +0100 Subject: Applying the changes to the docs; by Peter Hartman. --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index 163f160..7010195 100644 --- a/st.c +++ b/st.c @@ -436,7 +436,7 @@ typedef struct { * the current length of used elements. */ -static Fontcache frc[2048]; +static Fontcache frc[2]; static int frccur = -1, frclen = 0; ssize_t -- cgit v1.2.3