[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/qa
Damjan Jovanovic
damjan at apache.org
Sun Nov 15 02:08:15 PST 2015
sal/qa/osl/mutex/osl_Mutex.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3200e44715bd1af70323ff1c02482284d55e2382
Author: Damjan Jovanovic <damjan at apache.org>
Date: Sun Nov 15 10:04:08 2015 +0000
Fix a main/sal/qa/osl/mutex build error on MacOS.
Found by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>
Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>
Review by: me
diff --git a/sal/qa/osl/mutex/osl_Mutex.cxx b/sal/qa/osl/mutex/osl_Mutex.cxx
index e5a6a41..55ed5cc 100644
--- a/sal/qa/osl/mutex/osl_Mutex.cxx
+++ b/sal/qa/osl/mutex/osl_Mutex.cxx
@@ -727,7 +727,7 @@ namespace osl_ClearableGuard
TimeValue aTimeVal_after;
osl_getSystemTime( &aTimeVal_after );
sal_Int32 nSec = aTimeVal_after.Seconds - aTimeVal_befor.Seconds;
- printf("nSec is %"SAL_PRIdINT32"\n", nSec);
+ printf("nSec is %" SAL_PRIdINT32"\n", nSec);
myThread.join();
More information about the Libreoffice-commits
mailing list