summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-12 10:32:15 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-12 10:32:15 +0300
commit40816125618dabdff371bb5e39b4ecea36f7a8bd (patch)
tree1db34d841ca062501562349b68bdd471067c81ea /sal
parente5f99329f812a00c0fb104306ea5f33d3547b908 (diff)
Fix copy/paste error
Diffstat (limited to 'sal')
-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));