Index: /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp
===================================================================
--- /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp	(revision 9338)
+++ /issm/trunk/src/c/modules/InputUpdateFromDakotax/InputUpdateFromDakotax.cpp	(revision 9339)
@@ -42,6 +42,6 @@
 			 * distributed_values with the next qmu_npart variables: */
 			
-			//memcpy(root,strstr(descriptor,"_")+1,(strlen(strstr(descriptor,"_")+1)+1)*sizeof(char));
-			strcpy(root,strstr(descriptor,"_")+1); *strstr(root,"_")='\0';
+			//strcpy(root,strstr(descriptor,"_")+1); *strstr(root,"_")='\0';
+			memcpy(root,strstr(descriptor,"_")+1,(strlen(strstr(descriptor,"_")+1)+1)*sizeof(char));
 			*strstr(root,"_")='\0';
 
