summaryrefslogtreecommitdiff
path: root/sal/rtl/source
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source')
-rw-r--r--sal/rtl/source/bootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/bootstrap.cxx b/sal/rtl/source/bootstrap.cxx
index e4eadf8ee1c9..616470c1f7e8 100644
--- a/sal/rtl/source/bootstrap.cxx
+++ b/sal/rtl/source/bootstrap.cxx
@@ -400,7 +400,7 @@ Bootstrap_Impl * BootstrapMap::getBaseIni() {
} else {
osl_bootstrap_getExecutableFile_Impl(&uri.pData);
static char const BIN_EXT[] = ".bin";
- static char const EXE_EXT[] = ".bin";
+ static char const EXE_EXT[] = ".exe";
if (uri.endsWithAsciiL(RTL_CONSTASCII_STRINGPARAM(BIN_EXT))) {
uri = uri.copy(
0, uri.getLength() - RTL_CONSTASCII_LENGTH(BIN_EXT));