Index: src/ResolvExpr/CurrentObject.cc
===================================================================
--- src/ResolvExpr/CurrentObject.cc	(revision da5ac2ef4386a3403a0fd7fa1e80a09952f63688)
+++ src/ResolvExpr/CurrentObject.cc	(revision e7eb1f0cbfeb09f855f039a1193ab5a51b9495b9)
@@ -9,7 +9,7 @@
 // Author           : Rob Schluntz
 // Created On       : Tue Jun 13 15:28:32 2017
-// Last Modified By : Andrew Beach
-// Last Modified On : Mon Apr 10  9:40:00 2023
-// Update Count     : 18
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sat Dec  9 17:49:51 2023
+// Update Count     : 20
 //
 
@@ -181,5 +181,5 @@
 		auto res = eval( expr );
 		if ( !res.hasKnownValue ) {
-			SemanticError( location, toString( "Array designator must be a constant expression: ", expr ) );
+			SemanticError( location, "Array designator must be a constant expression %s", toString( expr ).c_str() );
 		}
 		return res.knownValue;
