diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-09-02 19:32:59 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-09-02 19:32:59 +0200 |
commit | ce501a62a3530cbb0d5fc3abd2aa6d8fd6aaff31 (patch) | |
tree | 9bf3c9a550201db87be382587e1850a479a56d5c /sal/osl/w32 | |
parent | b606a9b0bdf4d3b91997d09351fdf6f30d08f2e4 (diff) |
fwk156: #i113687# Add static cast to get string for CreateProcess function
Diffstat (limited to 'sal/osl/w32')
-rw-r--r-- | sal/osl/w32/signal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx index f893f7520d40..a74baaefc057 100644 --- a/sal/osl/w32/signal.cxx +++ b/sal/osl/w32/signal.cxx @@ -188,7 +188,7 @@ static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP ) sntprintf( szBuffer, elementsof(szBuffer), _T("%s -p %u -excp 0x%p -t %u%s"), - aPath, + static_cast<sal_Char*>( aPath ), GetCurrentProcessId(), lpEP, GetCurrentThreadId(), |