Index: src/Parser/ExpressionNode.cc
===================================================================
--- src/Parser/ExpressionNode.cc	(revision 68cd1ce1134527e1c664cfdf84df37a7025de8a7)
+++ src/Parser/ExpressionNode.cc	(revision b5b09071113f2e9f4fb6ed95bf2a6b23f0f3c912)
@@ -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 : Mon Jun  8 17:33:40 2015
-// Update Count     : 147
+// Last Modified By : Rob Schluntz
+// Last Modified On : Wed Jun 10 14:57:52 2015
+// Update Count     : 151
 // 
 
@@ -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() ) );
