Index: tests/io2.cfa
===================================================================
--- tests/io2.cfa	(revision 4e5e6cc70090e807822b56cfc8f3dc1ddaae698e)
+++ tests/io2.cfa	(revision 61c7239fc01dff737fe459a153710b3f7d561d1c)
@@ -10,6 +10,6 @@
 // Created On       : Wed Mar  2 16:56:02 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Apr 18 08:03:30 2019
-// Update Count     : 113
+// Last Modified On : Sun Jun  9 08:07:42 2019
+// Update Count     : 117
 //
 
@@ -49,5 +49,5 @@
 	in	 | f | d | ld;									// floating point
 	in	 | fc | dc | ldc;								// floating-point complex
-	in	 | cstr( s1 ) | cstr( s2, size );				// C string, length unchecked and checked
+	in	 | cstr( s1 ) | wd( size, cstr( s2 ) );			// C string, length unchecked and checked
 	sout | nl;
 
@@ -133,4 +133,4 @@
 // Local Variables: //
 // tab-width: 4 //
-// compile-command: "cfa -DIN_DIR=".in/" io2.cfa" //
+// compile-command: "cfa -DIN_DIR=\".in/\" io2.cfa" //
 // End: //
