From a1a2db5667da2787f0acf2655147f01bd13e8777 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Thu, 18 Dec 2003 15:01:22 +0000 Subject: [PATCH] Another array overflow (sorry, I'm tired) --- src/tuxpaint.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 5cbc40d08..6f764226f 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -299,6 +299,7 @@ enum { }; const char * lang_prefixes[NUM_LANGS] = { + "bs", "ca", "cs", "da",