← Back to team overview

kicad-developers team mailing list archive

r1214 build error

 

The size of the language array in common/edaappl.cpp is wrong, having 
them in a static array is perhaps not the best solution. 

/tomas

Index: common/edaappl.cpp
===================================================================
--- common/edaappl.cpp	(revision 1214)
+++ common/edaappl.cpp	(working copy)
@@ -53,7 +53,7 @@
bool m_DoNotTranslate; // set to 
true if the m_Lang_Label must not be translated
};
 
-#define LANGUAGE_DESCR_COUNT 15
+#define LANGUAGE_DESCR_COUNT 16
static struct LANGUAGE_DESCR s_Language_List[LANGUAGE_DESCR_COUNT] =
{
{


















Follow ups