Kaydet (Commit) 7f917478 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hr50 (1.17.78); FILE MERGED

2008/04/15 17:09:36 hr 1.17.78.1: #i86574#: fix format string warning (gcc-4.2.3)
üst 89e121fd
......@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: tracer.cxx,v $
* $Revision: 1.18 $
* $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
......@@ -502,7 +502,7 @@ void OConfigTracer::implTrace(const sal_Char* _pType, const sal_Char* _pFormat,
if (s_pImpl->isTracing(OTracerSetup::TIME))
{
fprintf(s_pImpl->m_pOutputMedium, "(%06lu)", getGlobalTimer());
fprintf(s_pImpl->m_pOutputMedium, "(%06u)", getGlobalTimer());
}
}
fprintf(s_pImpl->m_pOutputMedium, ": ");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment