Author: damjan
Date: Sun Nov 15 10:04:08 2015
New Revision: 1714423

URL: http://svn.apache.org/viewvc?rev=1714423&view=rev
Log:
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


Modified:
    openoffice/trunk/main/sal/qa/osl/mutex/osl_Mutex.cxx

Modified: openoffice/trunk/main/sal/qa/osl/mutex/osl_Mutex.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/qa/osl/mutex/osl_Mutex.cxx?rev=1714423&r1=1714422&r2=1714423&view=diff
==============================================================================
--- openoffice/trunk/main/sal/qa/osl/mutex/osl_Mutex.cxx (original)
+++ openoffice/trunk/main/sal/qa/osl/mutex/osl_Mutex.cxx Sun Nov 15 10:04:08 
2015
@@ -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();
                


Reply via email to