Index: /issm/trunk/src/c/shared/String/isdistributed.cpp
===================================================================
--- /issm/trunk/src/c/shared/String/isdistributed.cpp	(revision 5335)
+++ /issm/trunk/src/c/shared/String/isdistributed.cpp	(revision 5336)
@@ -34,5 +34,5 @@
 	
 		/*Start from the end, until we find a letter, which we will, otherwise error out: */
-		for(i=strlen(name)-1;i>=0;i++){
+		for(i=strlen(name)-1;i>=0;i--){
 			if (isdigit(name[i])){
 				root[i]='\0'; //finish the string here and keep looking for a letter
