summaryrefslogtreecommitdiff
path: root/store/workben/t_store.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/workben/t_store.cxx')
-rw-r--r--store/workben/t_store.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/workben/t_store.cxx b/store/workben/t_store.cxx
index 6e7bc63af7ce..7709c58b8c40 100644
--- a/store/workben/t_store.cxx
+++ b/store/workben/t_store.cxx
@@ -182,7 +182,7 @@ sal_Bool DirectoryTraveller::visit (const iter& it)
if (m_nOptions & OPTION_DUMP)
{
rtl::OString aName (it.m_pszName, it.m_nLength, RTL_TEXTENCODING_UTF8);
- printf ("Visit(%d,%d): %s [0x%08x] %d [Bytes]\n",
+ printf ("Visit(%u,%u): %s [0x%08x] %d [Bytes]\n",
m_nLevel, m_nCount,
aName.pData->buffer, (unsigned int)(it.m_nAttrib), (unsigned int)(it.m_nSize));
}