Author: sebor
Date: Thu Apr 17 15:19:09 2008
New Revision: 649311
URL: http://svn.apache.org/viewvc?rev=649311&view=rev
Log:
2008-04-17 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-700
* tests/utilities/20.temp.buffer.mt.cpp (thr_func): Used the right
formatting directive.
Modified:
stdcxx/trunk/tests/utilities/20.temp.buffer.mt.cpp
Modified: stdcxx/trunk/tests/utilities/20.temp.buffer.mt.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/tests/utilities/20.temp.buffer.mt.cpp?rev=649311&r1=649310&r2=649311&view=diff
==============================================================================
--- stdcxx/trunk/tests/utilities/20.temp.buffer.mt.cpp (original)
+++ stdcxx/trunk/tests/utilities/20.temp.buffer.mt.cpp Thu Apr 17 15:19:09 2008
@@ -24,7 +24,7 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * Copyright 2005-2006 Rogue Wave Software.
+ * Copyright 2005-2008 Rogue Wave Software, Inc.
*
**************************************************************************/
@@ -126,7 +126,7 @@
{
thr_args* const targs = (thr_args*)arg;
- std::printf ("thread %ld starting...\n", targs->threadno_);
+ std::printf ("thread %u starting...\n", targs->threadno_);
#ifndef _RWSTD_INT64_T