summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-22 10:53:06 +0200
committersb <sb@openoffice.org>2010-09-22 10:53:06 +0200
commit2fe3b7dbd261523f29e2b1357a05dc3802df8304 (patch)
tree77413138453ef97ac70623003d031bad8536a6c0 /sal/osl
parent3813e349c8c3a7ac14af729085614fccb59fa5a5 (diff)
parente9cece0160a22621761d27e09eb47e6095fe91ff (diff)
sb132: merged in DEV300_m88
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/w32/signal.cxx2
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(),