summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:44:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:44:03 +0000
commit6fcaf13aa4372e887f64ea89f2ca5d906fc305d6 (patch)
tree5b44e4d31dcddcbb78816a6478e74baa623cba19
parent546f5af2b5fcb5eca41e3376ee4c76f32e3c002e (diff)
INTEGRATION: CWS wae4extensions (1.2.46); FILE MERGED
2007/09/27 07:18:24 fs 1.2.46.1: #i81612# warning-free code
-rw-r--r--extensions/source/logging/plaintextformatter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/logging/plaintextformatter.cxx b/extensions/source/logging/plaintextformatter.cxx
index c384ff771..7c56a4e77 100644
--- a/extensions/source/logging/plaintextformatter.cxx
+++ b/extensions/source/logging/plaintextformatter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: plaintextformatter.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 15:00:29 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:44:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -153,7 +153,7 @@ namespace logging
aLogEntry.appendAscii( " " );
::rtl::OString sThreadID( ::rtl::OUStringToOString( _rRecord.ThreadID, osl_getThreadTextEncoding() ) );
- snprintf( buffer, buffer_size, "%08s", sThreadID.getStr() );
+ snprintf( buffer, buffer_size, "%8s", sThreadID.getStr() );
aLogEntry.appendAscii( buffer );
aLogEntry.appendAscii( " " );