You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2006/05/19 03:28:29 UTC

svn commit: r407681 - /incubator/stdcxx/trunk/tests/src/21.strings.cpp

Author: sebor
Date: Thu May 18 18:28:29 2006
New Revision: 407681

URL: http://svn.apache.org/viewvc?rev=407681&view=rev
Log:
2006-05-18  Martin Sebor  <se...@roguewave.com>

	* 21.strings.cpp (_rw_setvars): Corrected formatting by adding
	the missing %{;} directive.

Modified:
    incubator/stdcxx/trunk/tests/src/21.strings.cpp

Modified: incubator/stdcxx/trunk/tests/src/21.strings.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/src/21.strings.cpp?rev=407681&r1=407680&r2=407681&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/src/21.strings.cpp (original)
+++ incubator/stdcxx/trunk/tests/src/21.strings.cpp Thu May 18 18:28:29 2006
@@ -500,7 +500,7 @@
     case StringMembers::compare_size_size_str:
         // format self-referential str argument as *this
         rw_asnprintf (&buf, &bufsize, "%{+}("
-                      "%zu, %zu, %{?}*this%{:}string(%{#*s}))",
+                      "%zu, %zu, %{?}*this%{:}string(%{#*s})%{;})",
                       pcase->off, pcase->size, self, 
                       int (arg_len), arg);
         break;