Index: src/Parser/ParseNode.h
===================================================================
--- src/Parser/ParseNode.h	(revision 4678c1ec3902d887b15b601755fe526cd82d4f4a)
+++ src/Parser/ParseNode.h	(revision 82ff4ed18ea03926ec7563a6b4b0dd85391eb692)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 13:28:16 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Oct 18 14:15:37 2022
-// Update Count     : 936
+// Last Modified On : Tue Oct 18 16:22:15 2022
+// Update Count     : 937
 //
 
@@ -466,5 +466,5 @@
 		cur = dynamic_cast< const NodeType * >( temp );	// should not return nullptr
 		if ( ! cur && temp ) {							// non-homogeneous nodes ?
-			SemanticError( cur->location, "internal error, non-homogeneous nodes founds in buildList processing." );
+			SemanticError( temp->location, "internal error, non-homogeneous nodes founds in buildList processing." );
 		} // if
 	} // while
