Index: src/Parser/ExpressionNode.cc
===================================================================
--- src/Parser/ExpressionNode.cc	(revision de62360d1d2709386152807b3d18e159e241ab1f)
+++ src/Parser/ExpressionNode.cc	(revision 94e0864d381ec34e8e25850109ea127ff29efbca)
@@ -9,7 +9,7 @@
 // Author           : Rodolfo G. Esteves
 // Created On       : Sat May 16 13:17:07 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Jun 23 17:46:23 2015
-// Update Count     : 152
+// Last Modified By : Rob Schluntz
+// Last Modified On : Wed Jun 24 16:10:47 2015
+// Update Count     : 154
 // 
 
@@ -252,5 +252,5 @@
 										   new ConstantExpr(
 											   Constant( new BasicType( q, BasicType::UnsignedInt ),
-														 toString( value.size() + 1 ) ) ),  // account for '\0'
+														 toString( value.size()+1-2 ) ) ),  // +1 for '\0' and -2 for '"'
 										   false, false );
 			return new ConstantExpr( Constant( at, value ), maybeBuild< Expression >( get_argName() ) );
