diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-12 10:32:15 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-12 10:32:15 +0300 |
commit | 40816125618dabdff371bb5e39b4ecea36f7a8bd (patch) | |
tree | 1db34d841ca062501562349b68bdd471067c81ea /sal | |
parent | e5f99329f812a00c0fb104306ea5f33d3547b908 (diff) |
Fix copy/paste error
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/source/bootstrap.cxx | 2 |
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)); |