summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-24 13:38:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-24 13:38:11 +0100
commitca7877fa0d56e2cf0928732075efa45289ffbbb8 (patch)
treec8903f74719f90a7e4c6aac690ab044f9144d77f /sw/qa
parent7ebcee46673ae167ca6ebd8972c8eca7fe7706d7 (diff)
fix this
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/core/filters-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx
index 9ebee9b7fcdc..5153aadd6864 100644
--- a/sw/qa/core/filters-test.cxx
+++ b/sw/qa/core/filters-test.cxx
@@ -154,7 +154,7 @@ void FiltersTest::recursiveScan(const rtl::OUString &rFilter, const rtl::OUStrin
sal_uInt32 nEndTime = osl_getGlobalTimer();
if (nExpected == indeterminate)
{
- fprintf(stderr, "pass/fail was %d ("SAL_PRIuUINT32" ms)\n",
+ fprintf(stderr, "pass/fail was %d (%"SAL_PRIuUINT32" ms)\n",
bRes, nEndTime-nStartTime);
continue;
}