summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-09-02 19:32:59 +0200
committerCarsten Driesner <cd@openoffice.org>2010-09-02 19:32:59 +0200
commitce501a62a3530cbb0d5fc3abd2aa6d8fd6aaff31 (patch)
tree9bf3c9a550201db87be382587e1850a479a56d5c /sal
parentb606a9b0bdf4d3b91997d09351fdf6f30d08f2e4 (diff)
fwk156: #i113687# Add static cast to get string for CreateProcess function
Diffstat (limited to 'sal')
-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(),