Index: mttroot/mtt/cc/mtt_m2cc.sh
==================================================================
--- mttroot/mtt/cc/mtt_m2cc.sh
+++ mttroot/mtt/cc/mtt_m2cc.sh
@@ -149,11 +149,11 @@
     sed 's/500\-1\([\,\)]\)/499\1/g'			       		|\
     sed 's/600\-1\([\,\)]\)/599\1/g'			       		|\
     sed 's/700\-1\([\,\)]\)/699\1/g'			       	       	|\
     sed 's/800\-1\([\,\)]\)/799\1/g'			       		|\
     sed 's/900\-1\([\,\)]\)/899\1/g'			       		|\
-    sed 's/\([(,]\)0\([^,)]\)/\1\2/g'
+    sed 's/\([(,]\)0\([0-9]\)/\1\2/g'
 };
 
 fix_pow ()
 {
     # matches number^number where number is one or more digits and one or zero decimal points