Index: /issm/trunk-jpl/src/c/cores/controlm1qn3_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/cores/controlm1qn3_core.cpp	(revision 17901)
+++ /issm/trunk-jpl/src/c/cores/controlm1qn3_core.cpp	(revision 17902)
@@ -49,5 +49,5 @@
 	SimulFunc costfuncion  = &simul;    /*Cost function address*/
 	void**    prosca       = &euclid_;  /*Dot product function (euclid is the default)*/
-	char      normtype[3];              /*Norm type: dfn = scalar product defined by prosca*/ strcpy(normtype, "dfn");
+	char      normtype[]   = "dfn";     /*Norm type: dfn = scalar product defined by prosca*/
 	long      izs[5];                   /*Arrays used by m1qn3 subroutines*/
 	long      iz[5];                    /*Integer m1qn3 working array of size 5*/
