diff options
author | obo <obo@openoffice.org> | 2010-09-14 09:18:14 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-09-14 09:18:14 +0200 |
commit | 65f279df2fe065c01c5c5c08a140d50f35fef469 (patch) | |
tree | 974fd4e07cf9bdc5dff5daaaea206c6f04548d18 | |
parent | c265740c90b771aa1fe67db965499897371594a5 (diff) | |
parent | 623a50a14c6fa56a0def891df7a26e86cc749a2c (diff) |
CWS-TOOLING: integrate CWS fwk156
Notes
Notes:
split repo tag: ure_ooo/OOO330_m8
split repo tag: ure_ooo/OOO330_m9
-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(), |