Index: src/ResolvExpr/CurrentObject.cc
===================================================================
--- src/ResolvExpr/CurrentObject.cc	(revision 2345ab36a435b6dcc4e66d25babebf1df018b2bf)
+++ src/ResolvExpr/CurrentObject.cc	(revision b1f2007d03a9290ff9a472f7132714791f65e6b4)
@@ -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;
